tasks property

List<Task>? tasks
getter/setter pair

The list of tasks.

Implementation

core.List<Task>? tasks;