isHtml property

bool isHtml

Returns whether this media type is of an HTML document.

Implementation

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