Interaction constructor

Interaction(
  1. DateTime time,
  2. String correctness,
  3. String type,
  4. String description,
)

Implementation

Interaction(this.time, this.correctness, this.type, this.description);