gold property

String get gold

set foreground color to X11/CSS color gold gold (0xFFD700)/rgb(255, 215, 0)

Implementation

String get gold => (_cache[102] ??= _chalk.gold)(this);