totalBytes property

int totalBytes

The total bytes of the task.

Note; when performing a download task, the value of -1 will be provided whilst the total size of the remote file is being determined.

Implementation

int get totalBytes => _delegate.totalBytes;