items property

List<Task>? items
getter/setter pair

Collection of tasks.

Implementation

core.List<Task>? items;