Fix class final
A description of a single proposed fix for some problem.
Constructors
- Fix.new({required FixKind kind, required SourceChange change})
-
Initializes a newly created fix to have the given
kind
andchange
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
compareFixes(
Fix a, Fix b) → int - Sorts fixes by their relevance.