chunkedTransferEncoding property
Whether the connection uses chunked transfer encoding.
Reflects and modifies the value of the transferEncodingHeader header.
Implementation
@override
/// Whether the connection uses chunked transfer encoding.
///
/// Reflects and modifies the value of the [transferEncodingHeader] header.
late bool chunkedTransferEncoding;