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