AnalysisUpdateContentResult.fromResponse constructor
AnalysisUpdateContentResult.fromResponse(
- Response response
Implementation
factory AnalysisUpdateContentResult.fromResponse(Response response) {
return AnalysisUpdateContentResult.fromJson(
ResponseDecoder(REQUEST_ID_REFACTORING_KINDS.remove(response.id)),
'result',
response.result);
}