contentLength property
int?
get
contentLength
Gets the Content-Length header.
Implementation
int? get contentLength => _response.headers.contentLength;
Gets the Content-Length header.
int? get contentLength => _response.headers.contentLength;