Tag constructor
Tag({})
Implementation
Tag({
this.title,
this.artist,
this.genre,
this.trackNumber,
this.trackTotal,
this.discNumber,
this.discTotal,
this.lyrics,
this.comment,
this.album,
this.albumArtist,
this.year,
this.artwork,
});