Assist constructor
Assist(
- AssistKind kind,
- SourceChange change
Initializes a newly created assist to have the given kind
and change
.
Implementation
Assist(this.kind, this.change);