contentLength property

int contentLength

The Content-Length of the response if provided.

Implementation

int get contentLength => _innerResponse.contentLength;