cyan function

String cyan(
  1. Object object
)

Implementation

String cyan(final Object object) => const _Style(36, 39).apply(object);