isVerbose property

bool get isVerbose

Implementation

bool get isVerbose {
  return this == Level.verbose;
}