JsonRpcException constructor

const JsonRpcException(
  1. String message,
  2. int code,
  3. dynamic data
)

Implementation

const JsonRpcException(this.message, this.code, this.data);