values property

Map<String, dynamic>? values
final

The map of key / value pairs that are utilized by the step. This map will be different based on the step's id.

Implementation

final Map<String, dynamic>? values;