menu
sendbird_sdk
poll_vote_event
UpdatedVoteCount
UpdatedVoteCount constructor
UpdatedVoteCount
brightness_4
UpdatedVoteCount
constructor
Null safety
UpdatedVoteCount
(
{
required
int
pollOptionId
,
required
int
voteCount
}
)
Implementation
UpdatedVoteCount({ required this.pollOptionId, required this.voteCount, });
sendbird_sdk
poll_vote_event
UpdatedVoteCount
UpdatedVoteCount constructor
UpdatedVoteCount class
Constructors
UpdatedVoteCount
fromJson
Properties
hashCode
pollOptionId
runtimeType
voteCount
Methods
noSuchMethod
toJson
toString
Operators
operator ==