UpdateGroupAction constructor

UpdateGroupAction(
  1. int groupID,
  2. Map body
)

Implementation

UpdateGroupAction(this.groupID, this.body)
    : super(
        "$_PATH/$groupID",
        body,
      );