DataCatalogSummary constructor
DataCatalogSummary({
- String? catalogName,
- DataCatalogType? type,
Implementation
DataCatalogSummary({
this.catalogName,
this.type,
});