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