tasks property

List<TaskInfo> get tasks

Implementation

List<TaskInfo> get tasks => _tasks.toDart;
set tasks (List<TaskInfo> value)

Implementation

set tasks(List<TaskInfo> value) => _tasks = value.toJS;