encoding property

  1. @override
Encoding? encoding

Encoding used to encode/decode this request/response body. Encoding is selected by parsing the content-type from the headers.

Implementation

@override
Encoding? get encoding => _encoding ?? _fallbackEncoding;