UNotificationReason.unknownValue constructor

const UNotificationReason.unknownValue({
  1. required String data,
})

Implementation

const factory UNotificationReason.unknownValue({
  required String data,
}) = UNotificationReasonUnknownValue;