menu
sendbird_chat_sdk
sendbird_chat
Poll
Poll.fromJson factory constructor
Poll.fromJson
brightness_4
brightness_5
Poll.fromJson
constructor
Poll.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Poll.fromJson(Map<String, dynamic> json) { var poll = _$PollFromJson(json); return poll; }
sendbird_chat_sdk
sendbird_chat
Poll
Poll.fromJson factory constructor
Poll class
Constructors
Poll
fromJson
Properties
allowMultipleVotes
allowUserSuggestion
closeAt
createdAt
createdBy
data
hashCode
id
messageId
options
runtimeType
status
title
updatedAt
votedPollOptionIds
voterCount
Methods
applyPollUpdateEvent
applyPollVoteEvent
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
create
get