results property
The results in of a Task in a map.
Each entry represents a Step's result (RPStepResult). The keys are strings with the identifiers of the corresponding Step.
Implementation
late Map<String, dynamic> results;
The results in of a Task in a map.
Each entry represents a Step's result (RPStepResult). The keys are strings with the identifiers of the corresponding Step.
late Map<String, dynamic> results;