reset constant
        
        String
        const reset
        
      
      
ANSI escape code to reset all colors and styles
Implementation
static const String reset = '\x1B[0m';ANSI escape code to reset all colors and styles
static const String reset = '\x1B[0m';