RpcResponse<R, T> constructor
RpcResponse<R, T> ({
- required int id,
- R? result,
- T? error,
Implementation
RpcResponse({required this.id, this.result, this.error});