dim static method

String dim(
  1. String value
)

Implementation

static String dim(String value) => _wrap('2', value);