TableResource constructor
TableResource({
- required String databaseName,
- String? catalogId,
- String? name,
- TableWildcard? tableWildcard,
Implementation
TableResource({
required this.databaseName,
this.catalogId,
this.name,
this.tableWildcard,
});