encoding property
Encoding
get
encoding
If Headers doesn't have a Content-Type header or it specifies an
encoding that dart:convert
doesn't support, this will be null
.
Implementation
Encoding get encoding;
set
encoding
(Encoding value)
Implementation
set encoding(Encoding value);