contentLength property

int contentLength

The length of the body associated with the HTTP response.

Implementation

int get contentLength => headers.contentLength;