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