magenta static method

String magenta(
  1. String value
)

Implementation

static String magenta(String value) => _wrap('35', value);