reset constant
String
const reset
ANSI reset code to clear all formatting.
Implementation
static const String reset = '\x1b[0m';
ANSI reset code to clear all formatting.
static const String reset = '\x1b[0m';