fromJson static method
Implementation
static RefactoringFeedback? fromJson(JsonDecoder jsonDecoder, String jsonPath,
Object? json, Map responseJson) {
return refactoringFeedbackFromJson(
jsonDecoder, jsonPath, json, responseJson);
}
static RefactoringFeedback? fromJson(JsonDecoder jsonDecoder, String jsonPath,
Object? json, Map responseJson) {
return refactoringFeedbackFromJson(
jsonDecoder, jsonPath, json, responseJson);
}