Mp3Metadata constructor
Mp3Metadata({})
Creates a new Mp3Metadata instance with the metadata fields
Implementation
Mp3Metadata({
required this.title,
required this.artist,
required this.album,
required this.date,
required this.genre,
});