Resource constructor
Resource({
- CatalogResource? catalog,
- DataLocationResource? dataLocation,
- DatabaseResource? database,
- TableResource? table,
- TableWithColumnsResource? tableWithColumns,
Implementation
Resource({
this.catalog,
this.dataLocation,
this.database,
this.table,
this.tableWithColumns,
});