red static method

String red(
  1. String msg
)

Implementation

static String red(String msg) {
  return '\x1B[31m$msg\x1B[0m';
}