dim function

String dim(
  1. Object object
)

Implementation

String dim(final Object object) => const _Style(2, 22).apply(object);