coreValue property

  1. @visibleForTesting
RT_GraphicsRenderingMode coreValue

Implementation

@visibleForTesting
RT_GraphicsRenderingMode get coreValue => switch (this) {
      dynamic => RT_GraphicsRenderingMode.RT_GraphicsRenderingMode_dynamic,
      static => RT_GraphicsRenderingMode.RT_GraphicsRenderingMode_static,
    };