tasks property

ListBuilder<TextProcessingTask> get tasks

Implementation

ListBuilder<TextProcessingTask> get tasks;
set tasks (ListBuilder<TextProcessingTask>? tasks)

Implementation

set tasks(ListBuilder<TextProcessingTask>? tasks);