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