extraInfo property

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

Key is the placeholder field name in input, value is the value of the placeholder.

E.g. instruction contains "@price", and ingested data has <"price", "10">

Optional.

Implementation

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