red static method

String red(
  1. String value
)

Implementation

static String red(String value) => _wrap('31', value);