tasks property

ListBuilder<TaskProcessingTask> get tasks
override

Implementation

ListBuilder<TaskProcessingTask> get tasks => _$this._tasks ??= ListBuilder<TaskProcessingTask>();
set tasks (covariant ListBuilder<TaskProcessingTask>? tasks)
covariantoverride

Implementation

set tasks(covariant ListBuilder<TaskProcessingTask>? tasks) => _$this._tasks = tasks;