blink method

String blink()

Implementation

String blink() {
  return '\x1B[5m$this\x1B[0m';
}