JSONRPCErrorResponse constructor

JSONRPCErrorResponse({
  1. String jsonrpc = '2.0',
  2. String? id,
  3. required Error error,
})

Implementation

JSONRPCErrorResponse({this.jsonrpc = '2.0', this.id, required this.error});