DeleteGroupOutput constructor

DeleteGroupOutput({
  1. Group? group,
})

Implementation

DeleteGroupOutput({
  this.group,
});