PollOption

class PollOption(val text: String, val votes: List<PollVote>, val count: Int)

Constructors

Link copied to clipboard
constructor(text: String, votes: List<PollVote>, count: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toMap(): Map<String, Any?>