v method

void v(
  1. String message
)

Implementation

void v(String message) {
  if (verbose) {
    print(_grayPen('VERBOSE: $message'));
  }
}