VerticalFeedItem constructor
VerticalFeedItem({})
Implementation
VerticalFeedItem(
{required this.id,
required this.title,
required this.index,
required this.seen,
required this.currentTime,
this.previewUrl,
this.actionUrl,
this.actionProducts,
this.name,
this.verticalFeedItemComponentList});