Fix constructor
Fix({
- required FixKind kind,
- required SourceChange change,
Initializes a newly created fix to have the given kind and change.
Implementation
Fix({required this.kind, required this.change});