FeatureModel constructor
FeatureModel({})
Implementation
FeatureModel({
required this.id,
required this.title,
required this.description,
required this.voteCount,
required this.status,
required this.publicNote,
required this.isVoted,
});