doNotSave method

NovelStateSnapshot doNotSave()

Makes this NovelStateSnapshot not affect the saves. This behavior will not persist through the next states.

Implementation

NovelStateSnapshot doNotSave() => copyWith(shouldAutosave: false);