contentLength property

  1. @override
int? contentLength
final

The size of this request/response body in bytes.

If the size is not known in advance, this will be null.

Implementation

@override
final int? contentLength;