defaultVisibility property

bool defaultVisibility

True if the layer default visibility value, false otherwise.

Implementation

bool get defaultVisibility {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getDefaultVisibility(
        _handle, errorHandler);
  });
}