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