isNormal property

bool get isNormal

Implementation

bool get isNormal {
  return this == Level.normal;
}