green method
Format this string with ANSI to be colored green.
Returns default string if ANSI is not supported.
Implementation
String green() => format(32, 39)(this);
Format this string with ANSI to be colored green.
Returns default string if ANSI is not supported.
String green() => format(32, 39)(this);