InfusionSlot

@Serializable
data class InfusionSlot(val flags: List<String>, val itemId: Int? = null)

Data model for infusion slot

Constructors

Link copied to clipboard
constructor(flags: List<String>, itemId: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "item_id")
val itemId: Int? = null