onBrightYellow method

String onBrightYellow()

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);