menu
sendbird_chat_sdk
sendbird_chat
PollVoteEvent
PollVoteEvent constructor
PollVoteEvent
brightness_4
brightness_5
PollVoteEvent
constructor
PollVoteEvent
(
{
required
int
pollId
,
required
int
messageId
,
required
Map
<
String
,
dynamic
>
json
}
)
Implementation
PollVoteEvent({ required this.pollId, required this.messageId, required this.json, });
sendbird_chat_sdk
sendbird_chat
PollVoteEvent
PollVoteEvent constructor
PollVoteEvent class
Constructors
PollVoteEvent
fromJson
Properties
hashCode
json
messageId
pollId
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==