TruckProfile

constructor()
constructor(massKg: Int? = null, heightCm: Int? = null, lengthCm: Int? = null, widthCm: Int? = null, axleLoadKg: Int? = null, maxSpeedMs: Double? = null)
constructor(address: Long)