hasEscapeCodes property

bool get hasEscapeCodes

Whether there any escape codes in the text.

Implementation

bool get hasEscapeCodes => escapeCodesRe.hasMatch(this);