isHtml property

bool get isHtml

Checks if the string is a valid HTML string.

Implementation

bool get isHtml => hasMatch(Patterns.html);