totalReadCount property

int totalReadCount

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

Implementation

int get totalReadCount => _recordedReadCount + readCount;