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