Meta<T extends Widget> constructor
const
Meta<T extends Widget> ({})
Implementation
const Meta({
String? name,
Type? component,
this.module,
this.documentation = const [],
this.parameters = const {},
this.decorators = const [],
this.tags = const [],
}) : _name = name,
_component = component;