UNotificationReason.knownValue constructor

const UNotificationReason.knownValue({
  1. required KnownNotificationReason data,
})

Implementation

const factory UNotificationReason.knownValue({
  required KnownNotificationReason data,
}) = UNotificationReasonKnownValue;