contentLength property

int? get contentLength

The length of the body in bytes.

If the length is unknown, this will return null.

Implementation

int? get contentLength => null;