Answer<V>.forQuestion constructor

Answer<V>.forQuestion(
  1. Question question,
  2. V response
)

Implementation

Answer.forQuestion(Question question, this.response)
    : question = question.id,
      timestamp = DateTime.now();