isHtml property

bool get isHtml

HTML regex

Implementation

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