Answer constructor

Answer({
  1. String? AnswerId,
  2. String? QuizId,
  3. String? QuestionId,
  4. String? SessionId,
  5. String? OptionId,
  6. int? IsCorrect,
})

Implementation

Answer({this.AnswerId, this.QuizId, this.QuestionId, this.SessionId, this.OptionId, this.IsCorrect});