Options constructor

Options({
  1. String? OptionsId,
  2. String? QuestionId,
  3. String? Title,
  4. String? Description,
  5. int? IsCorrect,
  6. String? Image,
})

Implementation

Options({this.OptionsId, this.QuestionId, this.Title, this.Description, this.IsCorrect, this.Image});