contentLength property
int?
get
contentLength
The length of the body in bytes.
If the length is unknown, this will return null
.
Implementation
int? get contentLength => null;
The length of the body in bytes.
If the length is unknown, this will return null
.
int? get contentLength => null;