brightMagenta method
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);
Format this string with ANSI to be colored bright magenta.
Returns default string if ANSI is not supported.
String brightMagenta() => format(95, 39)(this);