tasks property

ListBuilder<TextProcessingTask> tasks

Implementation

ListBuilder<TextProcessingTask> get tasks;
void tasks=(ListBuilder<TextProcessingTask>? tasks)

Implementation

set tasks(ListBuilder<TextProcessingTask>? tasks);