TrackInformation constructor
TrackInformation({})
Implementation
TrackInformation({
required this.trackToken,
required this.trackType,
required this.description,
required this.dataFrom,
required this.dataTo,
});