ExtractLocalVariableOptions constructor

ExtractLocalVariableOptions(
  1. String name,
  2. bool extractAll
)

Implementation

ExtractLocalVariableOptions(this.name, this.extractAll);