knownValue property

KnownInfoName? get knownValue

Implementation

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