singleFusedMapCache property
True if the ArcGIS map service has a single fused map cache, false otherwise.
This is true if "Single Fused Map Cache" is set to true in the map service ArcGIS REST Services Directory.
Implementation
bool get singleFusedMapCache {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceInfo_getSingleFusedMapCache(
_handle, errorHandler);
});
}