quickAddValues property

Map<String, dynamic>? quickAddValues
final

Map of key / value pairs that can be used to quick add (form less add) the step to a test. This must be null if forms are always required to be filled out before adding the step.

Implementation

final Map<String, dynamic>? quickAddValues;