reset constant
String
const reset
ANSI reset code to restore default text color
Implementation
static const String reset = '\x1B[0m';
ANSI reset code to restore default text color
static const String reset = '\x1B[0m';