red function

String red(
  1. Object object
)

Implementation

String red(final Object object) => const _Style(31, 39).apply(object);