coreValue property

  1. @visibleForTesting
RT_FeatureRenderingMode coreValue

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,
    };