DataCatalogSummary constructor

DataCatalogSummary({
  1. String? catalogName,
  2. DataCatalogType? type,
})

Implementation

DataCatalogSummary({
  this.catalogName,
  this.type,
});