TrackInfo constructor
TrackInfo({})
Implementation
TrackInfo({
required this.identifier,
required this.isSeekable,
required this.author,
required this.length,
required this.isStream,
required this.position,
required this.title,
this.uri,
this.artworkUrl,
this.isrc,
required this.sourceName,
});