knownValue property

Implementation

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