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