ImpersonateAction constructor

ImpersonateAction(
  1. Map body,
  2. String uuid
)

Implementation

ImpersonateAction(this.body, this.uuid)
    : super("$_PATH/$uuid/impersonate", body);