isEmpty property
bool
get
isEmpty
Whether the data source has no changes.
Implementation
bool get isEmpty =>
deletedKeys.isEmpty && insertedRecords.isEmpty && updatedRecords.isEmpty;
Whether the data source has no changes.
bool get isEmpty =>
deletedKeys.isEmpty && insertedRecords.isEmpty && updatedRecords.isEmpty;