isEmpty property

bool get isEmpty

Whether this object has no records for adding or removing.

Implementation

bool get isEmpty => recordsToInsert.isEmpty && recordKeysToRemove.isEmpty;