Element constructor
Element(})
Implementation
Element(
this.tag, {
this.attributes = const {},
this.events = const {},
this.children = const [],
this.selfClosing = false,
});
Element(
this.tag, {
this.attributes = const {},
this.events = const {},
this.children = const [],
this.selfClosing = false,
});