menu
cupthread_feedback
cupthread_feedback.dart
VoteResult
VoteResult const constructor
VoteResult
dark_mode
light_mode
VoteResult
constructor
const
VoteResult
(
{
required
bool
voted
,
required
int
voteCount
,
})
Creates a
VoteResult
record.
Implementation
const VoteResult({ required this.voted, required this.voteCount, });
cupthread_feedback
cupthread_feedback
VoteResult
VoteResult const constructor
VoteResult class