QaAnswer constructor

QaAnswer(
  1. Pos pos,
  2. String text
)

Implementation

QaAnswer(this.pos, this.text);