green method

String green(
  1. String msg
)

Implementation

String green(String msg) {
  return '\x1B[32m$msg\x1B[0m';
}