magenta method

String magenta()

Implementation

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