NotificationEvent constructor - NotificationEvent - dart:html library (original) (raw)
NotificationEvent(
Implementation
factory NotificationEvent(String type, Map eventInitDict) {
var eventInitDict_1 = convertDartToNative_Dictionary(eventInitDict);
return NotificationEvent._create_1(type, eventInitDict_1);
}