ExtractMethodFeedback constructor

ExtractMethodFeedback(
  1. int offset,
  2. int length,
  3. String returnType,
  4. List<String> names,
  5. bool canCreateGetter,
  6. List<RefactoringMethodParameter> parameters,
  7. List<int> offsets,
  8. List<int> lengths,
)

Implementation

ExtractMethodFeedback(
  this.offset,
  this.length,
  this.returnType,
  this.names,
  this.canCreateGetter,
  this.parameters,
  this.offsets,
  this.lengths,
);