reset function

String reset(
  1. Object object
)

Implementation

String reset(final Object object) => const _Style(0, 0).apply(object);