NavigationCargo

data class NavigationCargo(val cargoId: String, val imageModel: ImageModel)

Bundles a cargo identifier with the ImageModel that should be transported to the second screen.

Constructors

Link copied to clipboard
constructor(cargoId: String, imageModel: ImageModel)

Properties

Link copied to clipboard

the key used to store and retrieve the cargo in the Shuttle warehouse.

Link copied to clipboard
val imageModel: ImageModel

the image data to transport.