parameters property

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

The parameter passed to the service.

If and what for parameters needed is documented in the fml4.0 method.

Implementation

Map<String, dynamic>? parameters;