contentLength property
The size of the response body, in bytes.
If the size of the request is not known in advance, this is null
.
Implementation
final int? contentLength;
The size of the response body, in bytes.
If the size of the request is not known in advance, this is null
.
final int? contentLength;