onYellow method

String onYellow()

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