brightYellow method

String brightYellow()

Format this string with ANSI to be colored bright yellow.

Returns default string if ANSI is not supported.

Implementation

String brightYellow() => format(93, 39)(this);