CreateGroupResult constructor

CreateGroupResult({
  1. Group? group,
})

Implementation

CreateGroupResult({
  this.group,
});