isNotEmpty property
bool
get
isNotEmpty
Returns true if the batch contains one or more changes.
Implementation
bool get isNotEmpty => entries.isNotEmpty;
Returns true if the batch contains one or more changes.
bool get isNotEmpty => entries.isNotEmpty;