tasks property

Map<dynamic, Task> tasks
final

A dictionary of tasks that each is returned by a previous fork.

Implementation

final Map<dynamic, Task> tasks;