brightRed method

String brightRed()

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);