red method

String red()

Format this string with ANSI to be colored red.

Returns default string if ANSI is not supported.

Implementation

String red() => format(31, 39)(this);