white function

String white(
  1. Object object
)

Implementation

String white(final Object object) => const _Style(37, 39).apply(object);