cyan method
Format this string with ANSI to be colored cyan.
Returns default string if ANSI is not supported.
Implementation
String cyan() => format(36, 39)(this);
Format this string with ANSI to be colored cyan.
Returns default string if ANSI is not supported.
String cyan() => format(36, 39)(this);