wrapRed function

String wrapRed(
  1. String text
)

Implementation

String wrapRed(final String text) {
  return '\x1B[31m$text\x1B[0m';
}