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