constructAnswer method

Answer<String> constructAnswer(
  1. String response
)

Implementation

Answer<String> constructAnswer(String response) =>
    Answer.forQuestion(this, response);