assistKind property
The assist kind that should be used to build an assist, or null if this
producer doesn't support assists.
Implementation
@override
AssistKind get assistKind => AssistKind(
'dart.assist.add_class_copywith',
DartFixKindPriority.standard,
'Add copyWith method',
);