serviceType property
The layer's type.
Implementation
ArcGISFeatureLayerInfoServiceType get serviceType {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getServiceType(
_handle,
errorHandler,
);
});
return ArcGISFeatureLayerInfoServiceType._fromCoreValue(
coreValue,
);
}