RpcCallException constructor
RpcCallException(
- String rpcName,
- String message, {
- dynamic originalException,
- StackTrace? stackTrace,
Implementation
RpcCallException(
this.rpcName,
this.message, {
this.originalException,
this.stackTrace,
});