TrackInfo constructor

TrackInfo({
  1. String? trackAlias,
  2. String? trackId,
})

Implementation

TrackInfo({
  this.trackAlias,
  this.trackId,
});