Element.tag constructor

Element.tag(
  1. String? localName
)

Implementation

Element.tag(this.localName)
    : namespaceUri = Namespaces.html,
      super._();