Transport

data class Transport(val routeNumber: String, val driverName: String = "", val licensePlate: String = "", val images: List<Image> = emptyList(), val cargos: List<Cargo> = emptyList())

Constructors

Link copied to clipboard
constructor(routeNumber: String, driverName: String = "", licensePlate: String = "", images: List<Image> = emptyList(), cargos: List<Cargo> = emptyList())

Properties

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