contentLength property
final
The content length of the response body, in bytes.
Returns -1 if the size of the response body is not known in advance.
Implementation
final int? contentLength;
The content length of the response body, in bytes.
Returns -1 if the size of the response body is not known in advance.
final int? contentLength;