toJson method

Map toJson()
override

Implementation

Map toJson() {
  return {
    'method': method,
    'params': params?.toJson() ?? {},
  };
}