knownValue property
KnownNotificationDeclarationAllowSubscriptions?
get
knownValue
Implementation
KnownNotificationDeclarationAllowSubscriptions? get knownValue => isKnownValue
? data as KnownNotificationDeclarationAllowSubscriptions
: null;