RefactoringOptions.fromJson constructor

RefactoringOptions.fromJson(
  1. JsonDecoder jsonDecoder,
  2. String jsonPath,
  3. Object? json,
  4. RefactoringKind kind,
)

Implementation

factory RefactoringOptions.fromJson(JsonDecoder jsonDecoder, String jsonPath,
    Object? json, RefactoringKind kind) {
  return refactoringOptionsFromJson(jsonDecoder, jsonPath, json, kind);
}