isHtml property

bool get isHtml

Returns whether this media type is of an HTML document.

Implementation

bool get isHtml => matchesAny([html, xhtml]);