getVehicleModelWithId

abstract suspend fun getVehicleModelWithId(id: String): VehicleModel?

Gets a vehicle model by specifying its id.

Return

the corresponding VehicleModel or null if not found

Parameters

id

the id of the model (it corresponds to its key in BeMap API)