totalReadCount property

int get totalReadCount

Return the total number of readCount since the last hard reset.

Implementation

int get totalReadCount => _recordedReadCount + readCount;