coreValue property
Implementation
@visibleForTesting
RT_WrapAroundMode get coreValue => switch (this) {
enabledWhenSupported =>
RT_WrapAroundMode.RT_WrapAroundMode_enabledWhenSupported,
disabled => RT_WrapAroundMode.RT_WrapAroundMode_disabled,
};