TrackSelection constructor

TrackSelection({
  1. int? trackId,
  2. GenreTrackTrack? track,
  3. int? selectionId,
  4. TrackSelectionSelection? selection,
  5. int? index,
})

Returns a new TrackSelection instance.

Implementation

TrackSelection({
  this.trackId,
  this.track,
  this.selectionId,
  this.selection,
  this.index,
});