workspaceId property

String workspaceId

The workspace id.

Implementation

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