VehicleProfile

data class VehicleProfile(weight: Int, hazmat: Int, type: Int)

Properties

hazmat
Link copied to clipboard
val hazmat: Int
type
Link copied to clipboard
val type: Int
weight
Link copied to clipboard
val weight: Int = 1500