tag static method

String tag(
  1. String tag
)

Implementation

static String tag(String tag) {
  return '\x1B[34m$tag\x1B[0m';
}