fieldMappings property

Map<String, String>? fieldMappings
getter/setter pair

A map of widget input parameter fields to the corresponding output fields of the source tool.

Optional.

Implementation

core.Map<core.String, core.String>? fieldMappings;