NotificationEvent constructor

NotificationEvent(
  1. String type,
  2. Map eventInitDict
)

Implementation

factory NotificationEvent(String type, Map eventInitDict) {
  return NotificationEvent.internal();
}