CreateGroupResponse constructor

CreateGroupResponse({
  1. GroupType? group,
})

Implementation

CreateGroupResponse({
  this.group,
});