contentLength property

int? get contentLength

Gets the Content-Length header.

Implementation

int? get contentLength => _response.headers.contentLength;