UNotificationReasonUnknownValue constructor

const UNotificationReasonUnknownValue({
  1. required String data,
})

Implementation

const factory UNotificationReasonUnknownValue({required final String data}) =
    _$UNotificationReasonUnknownValueImpl;