W3cubDocs

/Dart 2

contentLength property

int contentLength

The content length of the request body.

If the size of the request body is not known in advance, this value is -1.

Implementation

int get 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/HttpRequest/contentLength.html