UpdateGroupResult constructor

UpdateGroupResult({
  1. Group? group,
})

Implementation

UpdateGroupResult({
  this.group,
});