isHtml property

bool get isHtml

HTML regex

Implementation

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