bytesTransferred property
int
get
bytesTransferred
The current transferred bytes of this task.
Implementation
int get bytesTransferred => _delegate.bytesTransferred;
The current transferred bytes of this task.
int get bytesTransferred => _delegate.bytesTransferred;