hasStarted property

ValueNotifier<bool> hasStarted
final

Implementation

final hasStarted = ValueNotifier<bool>(false);