fromJson static method

RefactoringFeedback? fromJson(
  1. JsonDecoder jsonDecoder,
  2. String jsonPath,
  3. Object? json,
  4. Map responseJson,
)

Implementation

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