ExtractMethodOptions.fromRefactoringParams constructor

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

Implementation

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