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