BanParticipantOptions constructor
- {required String name,
- required BanParticipantParameters parameters}
Implementation
BanParticipantOptions({
required this.name,
required this.parameters,
});
BanParticipantOptions({
required this.name,
required this.parameters,
});