Question constructor
Question({})
Implementation
Question({this.QuestionId, this.QuizId, this.QuestionTypeId, this.Title, this.Description, this.ImageUrl, this.VideoUrl, this.Marks, this.Duration, this.Options});
Question({this.QuestionId, this.QuizId, this.QuestionTypeId, this.Title, this.Description, this.ImageUrl, this.VideoUrl, this.Marks, this.Duration, this.Options});