PollSwitchItem

constructor(    title: String,     enabled: Boolean,     key: String = UUID.randomUUID().toString(),     pollSwitchInput: PollSwitchInput? = null,     pollOptionError: PollOptionError? = null)