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