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