RpcException constructor

const RpcException(
  1. int errorCode,
  2. String message, [
  3. dynamic data
])

Constructor.

Implementation

const RpcException(super.errorCode, super.message, [super.data]);