menu
studyu_core package
documentation
core.dart
Study
taskList property
taskList property
dark_mode
light_mode
taskList
property
List
<
Task
>
get
taskList
Implementation
List<Task> get taskList => [...interventions.expand((e) => e.tasks), ...observations];
studyu_core package
documentation
core
Study
taskList property
Study class