encoding property
Encoding that will be used to decode the response body. This encoding is
selected based on contentType's charset
parameter. If charset
is not
given or the encoding name is unrecognized, latin1 is used by default
(RFC 2616).
Implementation
@override
Encoding? get encoding => _response.encoding;