JRPC1Response constructor

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

Implementation

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