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.update_class_copywith',
DartFixKindPriority.standard,
'Update copyWith to include all fields',
);