knownValue property

KnownGraphGetListsPurposes? get knownValue

Implementation

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