NotificationAction constructor

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

Implementation

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