CatalogObject constructor

CatalogObject(
  1. String type,
  2. String id,
  3. Map<String, dynamic> attributes,
  4. Map<String, List<String>> relatedCatalogObjects,
)

Implementation

CatalogObject(
    this.type, this.id, this.attributes, this.relatedCatalogObjects);