JSONRPCResponse constructor

JSONRPCResponse(
  1. dynamic result,
  2. dynamic error, [
  3. dynamic id
])

Implementation

JSONRPCResponse(this.result, this.error, [dynamic id]) : super(id);