dataSourceName property

String dataSourceName

The data source name.

Implementation

String get dataSourceName {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_TableSublayerSource_getDataSourceName(
      _handle,
      errorHandler,
    );
  });
  return stringHandle.toDartString();
}