totalBytes property

int get totalBytes

Gets the total bytes transferred

Implementation

int get totalBytes => bytesIn + bytesOut;