GRpcErrorResponse constructor

GRpcErrorResponse({
  1. required InternalGRpcError error,
})

Implementation

GRpcErrorResponse({required this.error});