CustomNotification constructor

CustomNotification({
  1. required EventName eventName,
  2. required Map<String, dynamic> data,
})

Implementation

CustomNotification({required this.eventName, required this.data});