PollSwitchItem
data class PollSwitchItem(val title: String, val enabled: Boolean, val key: String = UUID.randomUUID().toString(), val pollSwitchInput: PollSwitchInput? = null, val pollOptionError: PollOptionError? = null)
The option switch item for creating a poll.
Constructors
Link copied to clipboard
constructor(title: String, enabled: Boolean, key: String = UUID.randomUUID().toString(), pollSwitchInput: PollSwitchInput? = null, pollOptionError: PollOptionError? = null)