ReceivedResult constructor

ReceivedResult({
  1. String? jsonrpc,
  2. String? id,
  3. ResultParams? resultParams,
})

Implementation

ReceivedResult(
    {this.jsonrpc,
      this.id,
      this.resultParams});