Notification constructor

Notification(
  1. String title, [
  2. NotificationOptions? options
])

Implementation

factory Notification(
  _i2.String title, [
  _i3.NotificationOptions? options,
]) =>
    _i4.callConstructor(
      _declaredNotification,
      [
        title,
        options ?? _i6.undefined,
      ],
    );