isNotEmpty property

bool get isNotEmpty

Returns true if the batch contains one or more changes.

Implementation

bool get isNotEmpty => entries.isNotEmpty;