GetGroupResult constructor

GetGroupResult({
  1. Group? group,
})

Implementation

GetGroupResult({
  this.group,
});