Track constructor

Track(
  1. String track,
  2. TrackInfo? info
)

Create a new track instance

Implementation

Track(this.track, this.info);