hasUncommittedChanges property

bool get hasUncommittedChanges

True if the cache holds dirty pages waiting for commit.

Implementation

bool get hasUncommittedChanges => _dirty.isNotEmpty;