Simple
data class Simple(val id: PollOptionPersistentId, val text: String, val textSources: List<TextSource> = emptyList(), val votes: Int = 0) : PollOption
Constructors
Link copied to clipboard
constructor(id: PollOptionPersistentId, text: String, textSources: List<TextSource> = emptyList(), votes: Int = 0)