results property

Map<String, dynamic> results
getter/setter pair

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;