contentLength property
The length of the body associated with the HTTP response.
Implementation
int get contentLength => headers.contentLength;
The length of the body associated with the HTTP response.
int get contentLength => headers.contentLength;