contentLength property Null safety

int contentLength

The length of the body associated with the HTTP response.

Implementation

int get contentLength => headers.contentLength;