d method

void d(
  1. String msg
)

Implementation

void d(String msg) {
  if (verbose) {
    print('\x1B[36m$msg\x1B[0m');
  }
}