UserPresetSetupScreenTheme

@Serializable
data class UserPresetSetupScreenTheme(var isEnabled: Boolean? = null)

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "is_enabled")
var isEnabled: Boolean?