compatible property

List<ContractChange> get compatible

Implementation

List<ContractChange> get compatible =>
    changes.where((c) => !c.isBreaking).toList();