tasks property

List<TaskDescriptor> tasks
getter/setter pair

All tasks which should be able to be executed on this or connected devices.

Implementation

late List<TaskDescriptor> tasks = [];