magenta static method

String magenta(
  1. Object text
)

Implementation

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