blue method

String blue(
  1. String msg
)
override

Implementation

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