brightMagenta method

String brightMagenta()

Format this string with ANSI to be colored bright magenta.

Returns default string if ANSI is not supported.

Implementation

String brightMagenta() => format(95, 39)(this);