JRPC2Error constructor

JRPC2Error(
  1. int code,
  2. String message, {
  3. Object? data,
})

Implementation

JRPC2Error(this.code, this.message, {this.data});