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