blueBright function

String blueBright(
  1. Object object
)

Implementation

String blueBright(final Object object) => const _Style(94, 39).apply(object);