parse method

NodeV3 parse(
  1. String? rawHtml
)

Implementation

NodeV3 parse(String? rawHtml) {
  return _ParserV3(rawHtml).root;
}