knownValue property

Implementation

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