strip property
Strip all ANSI SGR commands from the target string and return the 'stripped' result string.
Implementation
String get strip => _chalk.strip(this);
Strip all ANSI SGR commands from the target string and return the 'stripped' result string.
String get strip => _chalk.strip(this);