SelfClosingElement constructor

SelfClosingElement(
  1. Token lt,
  2. Identifier tagName,
  3. Iterable<Attribute> attributes,
  4. Token? slash,
  5. Token gt,
)

Implementation

SelfClosingElement(
    this.lt, this.tagName, this.attributes, this.slash, this.gt);