yellow static method

String yellow(
  1. Object text
)

Implementation

static String yellow(Object text) {
  return '\x1b[33m$text\x1b[39m';
}