isDebug property

bool get isDebug

Implementation

bool get isDebug {
  return this == Level.debug;
}