GetGroupResponse constructor

GetGroupResponse({
  1. GroupType? group,
})

Implementation

GetGroupResponse({
  this.group,
});