cyan static method

String cyan(
  1. Object text
)

Implementation

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