Document.html constructor

Document.html(
  1. String html
)

Implementation

factory Document.html(String html) => parse(html);