Track constructor
Track({
- List<
TrackRelease> ? releases, - String? track,
Implementation
Track({
this.releases,
this.track,
});
Track({
this.releases,
this.track,
});