CreateGroupOptions constructor
Returns a new CreateGroupOptions instance.
Implementation
CreateGroupOptions({
required this.name,
this.description,
});
Returns a new CreateGroupOptions instance.
CreateGroupOptions({
required this.name,
this.description,
});