core.Map<core.String, core.dynamic> toJson() { final isQuiz = this.isQuiz; return {'isQuiz': ?isQuiz}; }