red top-level constant
String
const red
ANSI escape codes for color highlighting
Implementation
const String red = '\u001b[31m';
ANSI escape codes for color highlighting
const String red = '\u001b[31m';