dim static method

void dim(
  1. String message
)

Implementation

static void dim(String message) {
  stdout.writeln(_wrap(message, _gray));
}