GroupCreationOptions constructor
GroupCreationOptions({})
Implementation
GroupCreationOptions({
required this.description,
this.image,
this.members = const <String>[],
this.admins = const <String>[],
this.private = false,
this.rules,
});