inverse method
Format this string with ANSI inverting the style.
Returns default string if ANSI is not supported.
Implementation
String inverse() => format(7, 27)(this);
Format this string with ANSI inverting the style.
Returns default string if ANSI is not supported.
String inverse() => format(7, 27)(this);