Document constructor

Document(
  1. Doctype? doctype,
  2. Element root
)

Implementation

Document(this.doctype, this.root);