Doctype constructor

Doctype(
  1. Token lt,
  2. Token doctype,
  3. Identifier html,
  4. Identifier? public,
  5. StringLiteral? name,
  6. StringLiteral? url,
  7. Token gt,
)

Implementation

Doctype(this.lt, this.doctype, this.html, this.public, this.name, this.url,
    this.gt);