isEmpty property
bool
get
isEmpty
Returns true if the batch contains no changes.
Implementation
bool get isEmpty => entries.isEmpty;
Returns true if the batch contains no changes.
bool get isEmpty => entries.isEmpty;