totalWriteCount property

int get totalWriteCount

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

Implementation

int get totalWriteCount => _recordedWriteCount + writeCount;