Track constructor

Track({
  1. List<TrackRelease>? releases,
  2. String? track,
})

Implementation

Track({
  this.releases,
  this.track,
});