parameters property

Map<String, dynamic> parameters
getter/setter pair

Parameters is some network-specific argument for a method. It is up to the caller to determine which parameters to provide when invoking /call.

Implementation

Map<String, dynamic> parameters;