params property

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

The value of configuration parameters from the ExtensionSpec (see source.spec).

Required.

Implementation

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