Notification constructor

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

Implementation

factory Notification(String title, [NotificationOptions? options]) =>
    Notification._(title, options ?? undefined);