yellowBright function

String yellowBright(
  1. Object object
)

Implementation

String yellowBright(final Object object) => const _Style(93, 39).apply(object);