GroupOwnerSetting constructor

GroupOwnerSetting({
  1. bool? autoAddGroupOwner,
  2. String? groupOwner,
})

Implementation

GroupOwnerSetting({
  this.autoAddGroupOwner,
  this.groupOwner,
});