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