hasDifferences property
bool
get
hasDifferences
Implementation
bool get hasDifferences =>
additions.isNotEmpty || removals.isNotEmpty || changes.isNotEmpty;
bool get hasDifferences =>
additions.isNotEmpty || removals.isNotEmpty || changes.isNotEmpty;