RED constant
AnsiColor
const RED
Foreground: Bright red (ANSI code 9).
Implementation
static const AnsiColor RED = AnsiColor.fg(9);
Foreground: Bright red (ANSI code 9).
static const AnsiColor RED = AnsiColor.fg(9);