RPCError constructor

const RPCError(
  1. int errorCode,
  2. String message,
  3. dynamic data,
  4. String function,
)

Implementation

const RPCError(this.errorCode, this.message, this.data, this.function);