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