RpcCallException constructor

RpcCallException(
  1. String rpcName,
  2. String message, {
  3. dynamic originalException,
  4. StackTrace? stackTrace,
})

Implementation

RpcCallException(
  this.rpcName,
  this.message, {
  this.originalException,
  this.stackTrace,
});