printYellow function

void printYellow(
  1. Object? msg
)

Implementation

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