Participants constructor

Participants(
  1. EventNotificationModel eventListenerKeyword, {
  2. Key? key,
})

Implementation

Participants(this.eventListenerKeyword, {Key? key}) : super(key: key);