coreValue property
Implementation
@visibleForTesting
RT_FeatureRenderingMode get coreValue => switch (this) {
automatic => RT_FeatureRenderingMode.RT_FeatureRenderingMode_automatic,
static => RT_FeatureRenderingMode.RT_FeatureRenderingMode_static,
dynamic => RT_FeatureRenderingMode.RT_FeatureRenderingMode_dynamic,
};