hasStarted property

bool hasStarted

Implementation

bool get hasStarted => _hasStarted;
void hasStarted=(bool value)

Implementation

set hasStarted(bool value) {
  _hasStarted = value;
  notifyListeners();
}