w method

void w(
  1. String msg
)

Implementation

void w(String msg) {
  print('\x1B[33m$msg\x1B[0m');
}