bgYellow function

String bgYellow(
  1. Object object
)

Implementation

String bgYellow(final Object object) => const _Style(43, 49).apply(object);