BreakingChangeImpact constructor

const BreakingChangeImpact({
  1. required BreakingChange breakingChange,
  2. required List<CodeLocation> affectedLocations,
  3. String? suggestedFix,
})

Implementation

const BreakingChangeImpact({
  required this.breakingChange,
  required this.affectedLocations,
  this.suggestedFix,
});