BoosterState

@Serializable
data class BoosterState(val decrementing: Boolean? = null)

Constructors

Link copied to clipboard
constructor(decrementing: Boolean? = null)

Properties

Link copied to clipboard
val decrementing: Boolean? = null