UpdateGroupResponse constructor

UpdateGroupResponse({
  1. GroupType? group,
})

Implementation

UpdateGroupResponse({
  this.group,
});