VideoModel constructor
VideoModel({})
Implementation
VideoModel({
this.id,
this.user,
this.userPic,
this.videoTitle,
this.songName,
this.likes,
this.comments,
this.videoDescription,
this.thumbnail,
required this.url,
this.liked = false,
this.productName,
this.productPermalink,
this.stockStatus = 'instock',
});