CatalogTablesRequest constructor

const CatalogTablesRequest(
  1. int requestId,
  2. int connectionId, {
  3. String catalog = '',
  4. String schema = '',
})

Implementation

const CatalogTablesRequest(
  int requestId,
  this.connectionId, {
  this.catalog = '',
  this.schema = '',
}) : super(requestId, RequestType.catalogTables);