isDebug property

bool isDebug

Implementation

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