EditGetRefactoringResult constructor

EditGetRefactoringResult(
  1. List<RefactoringProblem> initialProblems,
  2. List<RefactoringProblem> optionsProblems,
  3. List<RefactoringProblem> finalProblems, {
  4. RefactoringFeedback? feedback,
  5. SourceChange? change,
  6. List<String>? potentialEdits,
})

Implementation

EditGetRefactoringResult(
  this.initialProblems,
  this.optionsProblems,
  this.finalProblems, {
  this.feedback,
  this.change,
  this.potentialEdits,
});