isHtml property
bool
get
isHtml
Returns whether this media type is of an HTML document.
Implementation
bool get isHtml => matchesAny([html, xhtml]);
Returns whether this media type is of an HTML document.
bool get isHtml => matchesAny([html, xhtml]);