menu
hooksman package
documentation
models/pending_task.dart
PendingTask
hasStarted property
hasStarted property
dark_mode
light_mode
hasStarted
property
bool
get
hasStarted
Implementation
bool get hasStarted => startedTasks.contains(resolvedTask.index);
hooksman package
documentation
models/pending_task
PendingTask
hasStarted property
PendingTask class