W3cubDocs

/Dart 2

contentLength property

int contentLength
read / write

Gets and sets the content length of the request.

If the size of the request is not known in advance set content length to -1, which is also the default.

Implementation

int contentLength

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