printBlack function

void printBlack(
  1. Object? msg
)

Implementation

void printBlack(Object? msg) => _print(msg, _black);