BaseRpcException constructor

const BaseRpcException(
  1. int errorCode,
  2. String message,
  3. dynamic data
)

Constructor.

Implementation

const BaseRpcException(this.errorCode, this.message, this.data);