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