magenta method

String magenta(
  1. String msg
)
override

Implementation

String magenta(String msg) {
  return '\x1B[35m$msg\x1B[0m';
}