Tag constructor
Tag({})
Implementation
Tag({
this.artwork,
this.artist,
this.title,
this.album,
this.year,
this.genre,
this.language,
this.composer,
this.country,
this.lyrics,
this.quality,
});
Tag({
this.artwork,
this.artist,
this.title,
this.album,
this.year,
this.genre,
this.language,
this.composer,
this.country,
this.lyrics,
this.quality,
});