BreakingChangeImpact constructor
const
BreakingChangeImpact({
- required BreakingChange breakingChange,
- required List<
CodeLocation> affectedLocations, - String? suggestedFix,
Implementation
const BreakingChangeImpact({
required this.breakingChange,
required this.affectedLocations,
this.suggestedFix,
});