black function

String black(
  1. Object object
)

Implementation

String black(final Object object) => const _Style(30, 39).apply(object);