UpdateAppAction constructor

UpdateAppAction(
  1. int appID,
  2. Map body
)

Implementation

UpdateAppAction(this.appID, this.body)
    : super(
        "$_PATH/$appID",
        body,
      );