red method
Format this string with ANSI to be colored red.
Returns default string if ANSI is not supported.
Implementation
String red() => format(31, 39)(this);
Format this string with ANSI to be colored red.
Returns default string if ANSI is not supported.
String red() => format(31, 39)(this);