fgResetCode constant Null safety
Defaults the terminal's fg color without altering the bg.
Implementation
static const String fgResetCode = '39';
Defaults the terminal's fg color without altering the bg.
static const String fgResetCode = '39';