blue function

String blue(
  1. Object obj
)

Implementation

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