Comment constructor
Comment({})
Implementation
Comment({
required this.userID,
required this.text,
required this.vote,
required this.isUpdated,
this.createdAt,
this.updatedAt
});
Comment({
required this.userID,
required this.text,
required this.vote,
required this.isUpdated,
this.createdAt,
this.updatedAt
});