yellow method

String yellow()

Format this string with ANSI to be colored yellow.

Returns default string if ANSI is not supported.

Implementation

String yellow() => format(33, 39)(this);