BatchProcessingStatus constructor
BatchProcessingStatus({})
Implementation
BatchProcessingStatus({
required this.processed,
required this.total,
this.currentIndex,
this.currentSong,
this.currentArtist,
this.status,
});