contentLength property

int contentLength

The content length of the request, in bytes.

Throws HttpProfileRequestError is hasError is true.

Implementation

int get contentLength => _returnIfNoError(_contentLength);