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