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