MaxSpeedWithVehicleSpeed
data class MaxSpeedWithVehicleSpeed(val maxSpeed: PresentationSpeedWarningItem.MaxSpeed, val vehicleSpeed: PresentationSpeedWarningItem.VehicleSpeed) : PresentationSpeedWarningItem
Constructors
Link copied to clipboard
constructor(maxSpeed: PresentationSpeedWarningItem.MaxSpeed, vehicleSpeed: PresentationSpeedWarningItem.VehicleSpeed)