brightBlack method
Format this string with ANSI to be colored bright black or gray or grey.
Returns default string if ANSI is not supported.
Implementation
String brightBlack() => format(90, 39)(this);
Format this string with ANSI to be colored bright black or gray or grey.
Returns default string if ANSI is not supported.
String brightBlack() => format(90, 39)(this);