toEscapedString method

  1. @override
String toEscapedString(
  1. {bool verbose = false}
)
override

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

@override
String toEscapedString({bool verbose = false}) => value;