totalWriteCount property

int totalWriteCount

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

Implementation

int get totalWriteCount => _recordedWriteCount + writeCount;