SystemAppNotification.from constructor

SystemAppNotification.from(
  1. AppNotification notification, {
  2. required IosAppNotification iOS,
  3. required AndroidAppNotification android,
})

Implementation

SystemAppNotification.from(
  AppNotification notification, {
  required this.iOS,
  required this.android,
})  : id = notification.id,
      action = notification.action;