menu
bizdoc package
documentation
models/contracts.dart
Voted
Voted constructor
Voted constructor
dark_mode
light_mode
Voted
constructor
Voted
(
int
documentId
,
int
commentId
,
int
?
votes
,
int
?
vote
,
String
userId
,
)
Implementation
Voted(super.documentId, this.commentId, this.votes, this.vote, this.userId);
bizdoc package
documentation
models/contracts
Voted
Voted constructor
Voted class