results property

Map<String, RPResult> results
getter/setter pair

The results of each step of this task result.

Each entry represents a step's result (RPResult). The keys are strings with the identifiers of the corresponding step.

Implementation

late Map<String, RPResult> results;