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;