UpdateGroupSuccessAction constructor

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

Implementation

UpdateGroupSuccessAction(this.groupID, this.body)
    : this.timestamp = DateTime.now().millisecondsSinceEpoch;