BreakingChange constructor
const
BreakingChange({})
Implementation
const BreakingChange({
required this.id,
required this.description,
required this.severity,
required this.category,
this.affectedApi,
this.replacement,
this.migrationGuide,
this.sourceUrl,
this.confidence = 1.0,
});