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