strip property

String get strip

Strip all ANSI SGR commands from the target string and return the 'stripped' result string.

Implementation

String get strip => _chalk.strip(this);