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