defaultVisibility property

bool defaultVisibility

Whether the features in the layer should be visible when loaded.

Implementation

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