taskList property

List<Task> get taskList

Implementation

List<Task> get taskList => [...interventions.expand((e) => e.tasks), ...observations];