NotificationAction constructor

NotificationAction([
  1. void b(
    1. NotificationActionBuilder
    )?
])

Creates a new NotificationAction object using the builder pattern.

Implementation

factory NotificationAction([void Function(NotificationActionBuilder)? b]) = _$NotificationAction;