brightGreen method
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);
Format this string with ANSI to be colored bright green.
Returns default string if ANSI is not supported.
String brightGreen() => format(92, 39)(this);