bgResetCode constant Null safety

String const bgResetCode

Defaults the terminal's bg color without altering the fg.

Implementation

static const String bgResetCode = '49';