printYellow function

void printYellow(
  1. Object? msg
)

Prints a message in yellow.

Implementation

void printYellow(Object? msg) => _print(msg, _yellow);