params property

Map<String, dynamic> params
final

params is the configuration parameters of the packet. This is identified in the packet as EXTRA+ARGS

Implementation

final Map<String, dynamic> params;