NotificationEvent constructor

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

Implementation

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