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