red static method

String red(
  1. String text
)

Convenience method for red text on stdout

Implementation

static String red(String text) => colorizeForStdout(text, (c) => c.red());