black method

String black(
  1. String msg
)
override

Implementation

String black(String msg) {
  return '\x1B[30m$msg\x1B[0m';
}