Element constructor
Element(})
Implementation
Element(
this.tag, {
this.attributes = const {},
Map<String, Function> events = const {},
this.children = const [],
this.selfClosing = false,
}) : events = _wrapEvents(events);