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