CatalogEntry constructor
const
CatalogEntry({})
Implementation
const CatalogEntry({
required this.tfType,
required this.className,
required this.barrel,
required this.kind,
required this.summary,
required this.constructorParams,
required this.nestedTypes,
required this.sensitiveFields,
required this.docComment,
});