JRPC2Response constructor

JRPC2Response({
  1. String jsonrpc = '2.0',
  2. String? id,
  3. Object? result,
  4. Object? error,
})

Implementation

JRPC2Response({this.jsonrpc = '2.0', this.id, this.result, this.error});