bold method

String bold()

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);