VideoPage constructor

VideoPage({
  1. String? videoId,
  2. String? title,
  3. String? channelName,
  4. String? viewCount,
  5. String? subscribeCount,
  6. String? likeCount,
  7. String? unlikeCount,
  8. String? date,
  9. String? description,
  10. String? channelThumb,
  11. String? channelId,
})

Implementation

VideoPage({this.videoId,
  this.title,
  this.channelName,
  this.viewCount,
  this.subscribeCount,
  this.likeCount,
  this.unlikeCount,
  this.date,
  this.description,
  this.channelThumb,
  this.channelId});