knownValue property

Implementation

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