yellow static method

String yellow(
  1. String value
)

Implementation

static String yellow(String value) => _wrap('33', value);