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