UpdateGroupOutput constructor

UpdateGroupOutput({
  1. Group? group,
})

Implementation

UpdateGroupOutput({
  this.group,
});