constructAnswer method

Answer<List<BodyPart>> constructAnswer(
  1. Body response
)

Implementation

Answer<List<BodyPart>> constructAnswer(Body response) {
  return Answer.forQuestion(this, response.painfulParts);
}