totalBytes property

int? get totalBytes

The total number of bytes to download. (For remote document only)

It is null if the total number of bytes is unknown.

Implementation

int? get totalBytes => _totalBytes;