Voted constructor

Voted(
  1. int documentId,
  2. int commentId,
  3. int? votes,
  4. int? vote,
  5. String userId,
)

Implementation

Voted(super.documentId, this.commentId, this.votes, this.vote, this.userId);