stripped method

String stripped()

Removes all embedded ANSI sequences.

Implementation

String stripped() => ansiStripped(this);