yellow function

String yellow(
  1. Object object
)

Implementation

String yellow(final Object object) => const _Style(33, 39).apply(object);