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