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