Notification constructor
Notification([
- void b()?
Creates a new Notification object using the builder pattern.
Implementation
factory Notification([void Function(NotificationBuilder)? b]) = _$Notification;