getVehicleModel

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

Gets a VehicleModel from the database of this repository.

Return

the VehicleModel that corresponds to the id or null if not found

Parameters