TrackModel constructor

TrackModel(
  1. String type,
  2. int time,
  3. Map<String, dynamic> params,
  4. String key,
)

Implementation

TrackModel(this.type, this.time, this.params, this.key);