knownValue property

Implementation

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