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