blue static method

String blue(
  1. String value
)

Implementation

static String blue(String value) => _wrap('34', value);