magenta function

String magenta(
  1. Object object
)

Implementation

String magenta(final Object object) => const _Style(35, 39).apply(object);