isNotEmpty property
bool
get
isNotEmpty
Whether the diff contains any additions, removals or updates.
Implementation
bool get isNotEmpty => !isEmpty;
Whether the diff contains any additions, removals or updates.
bool get isNotEmpty => !isEmpty;