italic method

String italic()

Implementation

String italic() {
  return '\x1B[3m$this\x1B[0m';
}