ExtractLocalVariableRefactoringOptions constructor

ExtractLocalVariableRefactoringOptions({
  1. String? name,
  2. bool? extractAll,
})

Implementation

ExtractLocalVariableRefactoringOptions({this.name, this.extractAll});