redBright function

String redBright(
  1. Object object
)

Implementation

String redBright(final Object object) => const _Style(91, 39).apply(object);