UniqueGiftModel

data class UniqueGiftModel(val name: String, val sticker: Sticker, val rarityPerMille: Int, val rarity: Rarity? = null)

Constructors

Link copied to clipboard
constructor(name: String, sticker: Sticker, rarityPerMille: Int, rarity: Rarity? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val rarity: Rarity? = null
Link copied to clipboard
Link copied to clipboard