Answer<V> constructor

Answer<V>(
  1. String question,
  2. DateTime timestamp
)

Implementation

Answer(this.question, this.timestamp);