Edit

@Serializable
data class Edit(val id: Long)

Destination for the edit product screen.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long

The ID of the product to edit.