chunkedTransferEncoding property Null safety

bool chunkedTransferEncoding
read / write

Whether the connection uses chunked transfer encoding.

Reflects and modifies the value of the transferEncodingHeader header.

Implementation

late bool chunkedTransferEncoding;