hasBreakingChanges property

bool get hasBreakingChanges

Implementation

bool get hasBreakingChanges => differences.any((d) => d.isBreaking);