UpdateGroupResponse constructor

UpdateGroupResponse({
  1. Group? group,
  2. String? requestId,
  3. int? status,
})

Implementation

UpdateGroupResponse({
  this.group,
  this.requestId,
  this.status,
});