TrackInfo constructor

const TrackInfo(
  1. int? index,
  2. Duration? duration
)

Implementation

const TrackInfo(this.index, this.duration);