hasEscapeCodes property
bool
get
hasEscapeCodes
Whether there any escape codes in the text.
Implementation
bool get hasEscapeCodes => escapeCodesRe.hasMatch(this);
Whether there any escape codes in the text.
bool get hasEscapeCodes => escapeCodesRe.hasMatch(this);