blue method

String blue(
  1. String msg
)

Implementation

String blue(String msg) {
  return '\x1B[34m$msg\x1B[0m';
}