starting property

bool get starting

Implementation

bool get starting {
  return !started && currentLevel > 0;
}