UNotificationReasonKnownValue constructor

const UNotificationReasonKnownValue({
  1. required KnownNotificationReason data,
})

Implementation

const factory UNotificationReasonKnownValue(
        {required final KnownNotificationReason data}) =
    _$UNotificationReasonKnownValueImpl;