toEscapedString abstract method
- {bool verbose = false}
Returns the string representation of this sequence.
If verbose
is true
, parameters that are otherwise default are still
included in the string, i.e. [1;1m
instead of [m
, for readability.
Implementation
String toEscapedString({bool verbose = false});