responseParser property

ApiServerHttpResponseParser? responseParser

the parsing process from HttpClientResponse, an HTTP response from the server, to the output DTO.

Implementation

ApiServerHttpResponseParser? get responseParser => _responseParser;