green method

String green()

Format this string with ANSI to be colored green.

Returns default string if ANSI is not supported.

Implementation

String green() => format(32, 39)(this);