parameters property

Map<String, String> parameters

Gets the map of parameters.

This map cannot be modified. Invoking any operation which would modify the map will throw UnsupportedError.

Implementation

Map<String, String> get parameters;