fgReset method Null safety

String fgReset()

resets the foreground color

Implementation

static String fgReset() => _emit(_fgResetCode);