KytheGetKytheEntriesResult.fromResponse constructor

KytheGetKytheEntriesResult.fromResponse(
  1. Response response
)

Implementation

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