serviceSourceType property
The service type of this layer.
Implementation
ServiceType get serviceSourceType {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISFeatureLayerInfo_getServiceSourceType(
_handle,
errorHandler,
);
});
return ServiceType._fromCoreValue(
coreValue,
);
}