rpc method

Map rpc()

Implementation

Map rpc() {
  return {
    'op': op,
    ...insertNotNull('d', this),
  };
}