hasChanges property

bool get hasChanges

Whether reconciliation resulted in any changes.

Implementation

bool get hasChanges => addedTargets.isNotEmpty || removedTargets.isNotEmpty;