bgGreen function

String bgGreen(
  1. Object object
)

Implementation

String bgGreen(final Object object) => const _Style(42, 49).apply(object);