isEmpty property

bool get isEmpty

Returns true if the batch contains no changes.

Implementation

bool get isEmpty => entries.isEmpty;