Notification constructor

Notification([
  1. void b(
    1. NotificationBuilder
    )?
])

Creates a new Notification object using the builder pattern.

Implementation

factory Notification([void Function(NotificationBuilder)? b]) = _$Notification;