Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'question'] = this.question; return json; }