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