bold method

String bold()

Implementation

String bold() {
  return '\x1B[1m$this\x1B[0m';
}