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