contentLength property Null safety
final
Returns the content length of the response body.
Returns -1 if the size of the response body is not known in advance.
Implementation
final int contentLength;
Returns the content length of the response body.
Returns -1 if the size of the response body is not known in advance.
final int contentLength;