contentLength property

int contentLength
read / write

Gets and sets the content length of the response. If the size of the response is not known in advance set the content length to -1, which is also the default if not set.

Implementation

int contentLength = -1;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/HttpResponse/contentLength.html