onBrightMagenta method
Format this string with ANSI adding a bright magenta background color.
Returns default string if ANSI is not supported.
Implementation
String onBrightMagenta() => format(105, 49)(this);
Format this string with ANSI adding a bright magenta background color.
Returns default string if ANSI is not supported.
String onBrightMagenta() => format(105, 49)(this);