SpeedModel

data class SpeedModel(val currentSpeed: Int, val speedLimit: Int?, val isSpeeding: Boolean)

Constructors

Link copied to clipboard
constructor(currentSpeed: Int, speedLimit: Int?, isSpeeding: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard