JSONRPCResultResponse constructor

JSONRPCResultResponse({
  1. String jsonrpc = '2.0',
  2. String? id,
  3. required Result result,
})

Implementation

JSONRPCResultResponse({this.jsonrpc = '2.0', this.id, required this.result});