RpcResponseFormatException constructor

RpcResponseFormatException(
  1. String rpcName,
  2. String message,
  3. dynamic responseReceived
)

Implementation

RpcResponseFormatException(this.rpcName, this.message, this.responseReceived);