coreValue property
Implementation
@visibleForTesting
RT_FeatureRequestMode get coreValue => switch (this) {
undefined => RT_FeatureRequestMode.RT_FeatureRequestMode_undefined,
onInteractionCache =>
RT_FeatureRequestMode.RT_FeatureRequestMode_onInteractionCache,
onInteractionNoCache =>
RT_FeatureRequestMode.RT_FeatureRequestMode_onInteractionNoCache,
manualCache => RT_FeatureRequestMode.RT_FeatureRequestMode_manualCache,
};