printBrown function

void printBrown(
  1. Object? msg
)

Implementation

void printBrown(Object? msg) => _print(msg, _brown);