hidden method
Format this string with ANSI making it invisible.
Returns default string if ANSI is not supported.
Implementation
String hidden() => format(8, 28)(this);
Format this string with ANSI making it invisible.
Returns default string if ANSI is not supported.
String hidden() => format(8, 28)(this);