SectionsDifferences
constructor(carTrains: SectionsDifference<CarTrainSection> = SectionsDifference(), tolls: SectionsDifference<TollSection> = SectionsDifference(), traffic: SectionsDifference<TrafficSection> = SectionsDifference(), tollVignettes: SectionsDifference<TollVignetteSection> = SectionsDifference(), motorways: SectionsDifference<MotorwaySection> = SectionsDifference(), ferries: SectionsDifference<FerrySection> = SectionsDifference(), tunnels: SectionsDifference<TunnelSection> = SectionsDifference(), carpoolLanes: SectionsDifference<CarpoolSection> = SectionsDifference(), lowEmissionZones: SectionsDifference<LowEmissionZoneSection> = SectionsDifference(), unpavedRoads: SectionsDifference<UnpavedSection> = SectionsDifference(), countries: SectionsDifference<CountrySection> = SectionsDifference(), vehicleRestrictions: SectionsDifference<VehicleRestrictedSection> = SectionsDifference())