VerticalFeedItemRatingComponent constructor
VerticalFeedItemRatingComponent({})
Implementation
VerticalFeedItemRatingComponent({
required this.type,
required this.id,
required this.customPayload,
required this.rating,
required this.emojiCode,
});