bold method
Format this string with ANSI to be styled as a bold text.
Returns default string if ANSI is not supported.
Implementation
String bold() => format(1, 22)(this);
Format this string with ANSI to be styled as a bold text.
Returns default string if ANSI is not supported.
String bold() => format(1, 22)(this);