UpdateCurrentUserAction constructor

UpdateCurrentUserAction(
  1. Map body
)

Implementation

UpdateCurrentUserAction(this.body)
    : super(
        "$_PATH",
        body,
      );