totalBytes property
int
get
totalBytes
Gets the total bytes transferred
Implementation
int get totalBytes => bytesIn + bytesOut;
Gets the total bytes transferred
int get totalBytes => bytesIn + bytesOut;