Fix constructor

Fix({
  1. required FixKind kind,
  2. required SourceChange change,
})

Initializes a newly created fix to have the given kind and change.

Implementation

Fix({required this.kind, required this.change});