Element.empty constructor
      
      Element.empty(
    
- String tag
Instantiates an empty, self-closing tag Element.
Implementation
Element.empty(this.tag)
    : children = null,
      attributes = {};Instantiates an empty, self-closing tag Element.
Element.empty(this.tag)
    : children = null,
      attributes = {};