black method

String black()

Format this string with ANSI to be colored black.

Returns default string if ANSI is not supported.

Implementation

String black() => format(30, 39)(this);