hasM property
True if the sublayer has m-values.
False if an error occurs.
Implementation
bool get hasM {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceSublayerInfo_getHasM(
_handle, errorHandler);
});
}