started property

bool get started

Implementation

bool get started {
  return currentLevel == levelCount - 1;
}