white method

String white()

Format this string with ANSI to be colored white.

Returns default string if ANSI is not supported.

Implementation

String white() => format(37, 39)(this);