coreValue property

  1. @visibleForTesting
RT_EsriVectorTilesDownloadOption coreValue

Implementation

@visibleForTesting
RT_EsriVectorTilesDownloadOption get coreValue => switch (this) {
      useOriginalService => RT_EsriVectorTilesDownloadOption
          .RT_EsriVectorTilesDownloadOption_useOriginalService,
      useReducedFontsService => RT_EsriVectorTilesDownloadOption
          .RT_EsriVectorTilesDownloadOption_useReducedFontsService,
    };