knownValue property

Implementation

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