yellow method

String yellow(
  1. String msg
)

Implementation

String yellow(String msg) {
  return '\x1B[33m$msg\x1B[0m';
}