reset property
String
get
reset
reset - Resets the current color chain.
Implementation
String get reset => (_cReset ??= _chalk.reset)(this);
reset - Resets the current color chain.
String get reset => (_cReset ??= _chalk.reset)(this);