encoding property
Encoding?
get
encoding
Returns the encoding specified in the Body-Type (Content-Type header), or null if not specified.
Implementation
Encoding? get encoding => body.bodyType?.encoding;
Returns the encoding specified in the Body-Type (Content-Type header), or null if not specified.
Encoding? get encoding => body.bodyType?.encoding;