reset method
Format this string with ANSI resetting the previous color chains.
Returns default string if ANSI is not supported.
Implementation
String reset() => format(0, 0)(this);
Format this string with ANSI resetting the previous color chains.
Returns default string if ANSI is not supported.
String reset() => format(0, 0)(this);