TrafficParameters constructor
TrafficParameters({})
Implementation
TrafficParameters({
required this.id,
required this.iconId,
required this.alertc,
required this.delay,
required this.description,
required this.startStamp,
required this.endStamp,
required this.from,
required this.to,
required this.transportMode,
});