TrafficResponse constructor

TrafficResponse({
  1. required List<Route> routes,
  2. required List<Waypoint> waypoints,
  3. required String code,
  4. required String uuid,
})

Implementation

TrafficResponse({
  required this.routes,
  required this.waypoints,
  required this.code,
  required this.uuid,
});