constructAnswer method

Answer<DateTime> constructAnswer(
  1. DateTime response
)

Implementation

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