brightGreen method

String brightGreen()

Format this string with ANSI to be colored bright green.

Returns default string if ANSI is not supported.

Implementation

String brightGreen() => format(92, 39)(this);