isNormal property

bool isNormal

Implementation

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