onYellow method
Format this string with ANSI adding a yellow background color.
Returns default string if ANSI is not supported.
Implementation
String onYellow() => format(43, 49)(this);
Format this string with ANSI adding a yellow background color.
Returns default string if ANSI is not supported.
String onYellow() => format(43, 49)(this);