inverse method

String inverse()

Format this string with ANSI inverting the style.

Returns default string if ANSI is not supported.

Implementation

String inverse() => format(7, 27)(this);