TableResource constructor

TableResource({
  1. required String databaseName,
  2. String? catalogId,
  3. String? name,
  4. TableWildcard? tableWildcard,
})

Implementation

TableResource({
  required this.databaseName,
  this.catalogId,
  this.name,
  this.tableWildcard,
});