bytesRead property
int
get
bytesRead
Keeps track of how many bytes have been read so far.
Implementation
int get bytesRead => _bytesRead;
Keeps track of how many bytes have been read so far.
int get bytesRead => _bytesRead;