fixKind property

  1. @override
FixKind get fixKind
override

The fix kind that should be used to build a fix, or null if this producer doesn't support fixes.

Implementation

@override
FixKind get fixKind => _kind;