knownValue property

Implementation

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