coreValue property

  1. @visibleForTesting
RT_UnitSystem coreValue

Implementation

@visibleForTesting
RT_UnitSystem get coreValue => switch (this) {
      imperial => RT_UnitSystem.RT_UnitSystem_imperial,
      metric => RT_UnitSystem.RT_UnitSystem_metric,
    };