isHtml property

bool isHtml

HTML regex

Implementation

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