Participants constructor
Participants(
- EventNotificationModel eventListenerKeyword, {
- Key? key,
Implementation
Participants(this.eventListenerKeyword, {Key? key}) : super(key: key);