EditGetRefactoringParams constructor
EditGetRefactoringParams(
- RefactoringKind kind,
- String file,
- int offset,
- int length,
- bool validateOnly, {
- RefactoringOptions? options,
Implementation
EditGetRefactoringParams(
this.kind,
this.file,
this.offset,
this.length,
this.validateOnly, {
this.options,
});