isEmpty property

bool get isEmpty

Whether the data source has no changes.

Implementation

bool get isEmpty =>
    deletedKeys.isEmpty && insertedRecords.isEmpty && updatedRecords.isEmpty;