AnswerFormat constructor

const AnswerFormat({
  1. String? answerType,
  2. String? question,
})

Implementation

const AnswerFormat({this.answerType, this.question});