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