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