magenta method

String magenta()

Format this string with ANSI to be colored magenta.

Returns default string if ANSI is not supported.

Implementation

String magenta() => format(35, 39)(this);