NotificationEvent constructor

NotificationEvent({
  1. required dynamic messageList,
})

Implementation

NotificationEvent({required this.messageList});