Answer constructor

const Answer({
  1. String? aid,
  2. String? question,
  3. String? answer,
})

Implementation

const Answer({this.aid, this.question, this.answer}) : super();