Element constructor
Element({
- Map<
String, Link?> links = const {}, - ComponentMeta? meta,
- required ElementTypeEnum? type,
Returns a new Element instance.
Implementation
Element({
this.links = const {},
this.meta,
required this.type,
});