Map<String, dynamic> toJson() { final content = this.content; return { if (content != null) 'Content': content, }; }