coreValue property

  1. @visibleForTesting
RT_BasemapStyleLanguageStrategy coreValue

Implementation

@visibleForTesting
RT_BasemapStyleLanguageStrategy get coreValue => switch (this) {
      default_ => RT_BasemapStyleLanguageStrategy
          .RT_BasemapStyleLanguageStrategy_default,
      global => RT_BasemapStyleLanguageStrategy
          .RT_BasemapStyleLanguageStrategy_global,
      local =>
        RT_BasemapStyleLanguageStrategy.RT_BasemapStyleLanguageStrategy_local,
      applicationLocale => RT_BasemapStyleLanguageStrategy
          .RT_BasemapStyleLanguageStrategy_applicationLocale,
    };