ExtractLocalVariableOptions.fromRefactoringParams constructor

ExtractLocalVariableOptions.fromRefactoringParams(
  1. EditGetRefactoringParams refactoringParams,
  2. Request request
)

Implementation

factory ExtractLocalVariableOptions.fromRefactoringParams(
    EditGetRefactoringParams refactoringParams, Request request) {
  return ExtractLocalVariableOptions.fromJson(
      RequestDecoder(request), 'options', refactoringParams.options);
}