QueryAnswerEventBus constructor

QueryAnswerEventBus(
  1. String aid,
  2. String question,
  3. String answer
)

Implementation

QueryAnswerEventBus(this.aid, this.question, this.answer);