ComponentDescriptor constructor
const
ComponentDescriptor({})
Implementation
const ComponentDescriptor({
required this.name,
required this.description,
required this.category,
required this.files,
required this.dependencies,
required this.templates,
});