green static method

String green(
  1. Object text
)

Implementation

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