Details

@Serializable
data class Details(val id: Long, val mode: ProductsDestinations.DetailsOf = DetailsOf.Details)

Destination for the product details screen.

Constructors

Link copied to clipboard
constructor(id: Long, mode: ProductsDestinations.DetailsOf = DetailsOf.Details)

Properties

Link copied to clipboard
val id: Long

The ID of the product.

Link copied to clipboard

The details mode (e.g., Stock, Details).