EditGetRefactoringParams constructor

EditGetRefactoringParams(
  1. RefactoringKind kind,
  2. String file,
  3. int offset,
  4. int length,
  5. bool validateOnly, {
  6. RefactoringOptions? options,
})

Implementation

EditGetRefactoringParams(
  this.kind,
  this.file,
  this.offset,
  this.length,
  this.validateOnly, {
  this.options,
});