fixKind property
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 => FixKind(
'dart.assist.add_class_copywith',
DartFixKindPriority.standard,
'Add copyWith method',
);