NotificationEvent constructor
NotificationEvent(
- String type,
- NotificationEventInit eventInitDict
Implementation
factory NotificationEvent(
_i2.String type,
_i3.NotificationEventInit eventInitDict,
) =>
_i4.callConstructor(
_declaredNotificationEvent,
[
type,
eventInitDict,
],
);