magenta function

String magenta(
  1. Object obj
)

Implementation

String magenta(Object obj) => obj.toString().magenta;