SystemAppNotification constructor

const SystemAppNotification({
  1. required int id,
  2. required AppNotificationAction? action,
  3. required AndroidAppNotification android,
  4. required IosAppNotification iOS,
})

Implementation

const SystemAppNotification({
  required this.id,
  required this.action,
  required this.android,
  required this.iOS,
});