serviceSourceType property

ServiceType serviceSourceType

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);
}