contentLength property
contentLength is the total size of the content. If the size is not known beforehand contentLength is null.
Implementation
@override
int? get contentLength => _response.contentLength;
contentLength is the total size of the content. If the size is not known beforehand contentLength is null.
@override
int? get contentLength => _response.contentLength;