Metadata constructor
const
Metadata({})
Implementation
const Metadata({
this.title,
this.durationMs,
this.artist,
this.album,
this.albumArtist,
this.trackNumber,
this.trackTotal,
this.discNumber,
this.discTotal,
this.year,
this.genre,
this.picture,
this.fileSize,
});