contentLength property
The content length of the request, in bytes.
Throws HttpProfileRequestError if hasError is true.
Implementation
int? get contentLength => _returnIfNoError(_contentLength);
The content length of the request, in bytes.
Throws HttpProfileRequestError if hasError is true.
int? get contentLength => _returnIfNoError(_contentLength);