parameters property

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

Map from parameter names to values that should be used for those parameters.

Values may not exceed 1000 characters.

Optional.

Implementation

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