RPCResponse<T> constructor

RPCResponse<T>({
  1. String? jsonrpc,
  2. T? result,
  3. int? id,
})

Implementation

RPCResponse({this.jsonrpc, this.result, this.id});