multiFixKind property

  1. @override
FixKind? get multiFixKind
override

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

Implementation

@override
FixKind? get multiFixKind => _multiKind;