CatalogObject constructor

const CatalogObject(
  1. String kind,
  2. String name,
  3. String definition
)

Records an object that the ORM cannot safely recreate from modeled fields.

Implementation

const CatalogObject(this.kind, this.name, this.definition);