Reels constructor
Reels({})
Implementation
Reels({
required this.id,
required this.videoUrl,
required this.thumbnailUrl,
required this.owner,
required this.description,
required this.createdAt,
this.likeCount = 0,
this.commentCount = 0,
this.shareCount = 0,
});