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