gray function

String gray(
  1. Object object
)

Implementation

String gray(final Object object) => blackBright(object);