contentLength property

  1. @override
int? contentLength
override

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;