whiteBright function

String whiteBright(
  1. Object object
)

Implementation

String whiteBright(final Object object) => const _Style(97, 39).apply(object);