VideoListModel constructor

VideoListModel({
  1. String? id,
  2. String? cCommunityCategoryId,
  3. String? communityCategory,
  4. String? bUserIdStarter,
  5. String? bUserNamaStarter,
  6. String? bUserImageStarter,
  7. String? title,
  8. String? cdate,
  9. String? deskripsi,
  10. String? alamat2,
  11. String? alamat4,
  12. String? kodepos,
  13. String? totalDiscussion,
  14. String? topLikeImage1,
  15. String? topLikeImage2,
  16. String? topLikeImage3,
  17. String? totalLikes,
  18. String? isLiked,
  19. String? isLikedImage,
  20. String? videoId,
  21. String? url,
  22. String? urlThumb,
  23. String? canChatAndLike,
  24. String? isOwnerPost,
  25. String? cdateText,
  26. File? localFileCache,
  27. String? localFile,
  28. String? localFileThumb,
  29. bool? canpause,
  30. bool? loadinginit,
  31. String? isFollow,
  32. String? isDisliked,
  33. String? isAdminVerif,
  34. String? totalDislikes,
  35. String? currentLikeEmoji,
  36. String? isBlocked,
})

Implementation

VideoListModel(
    {this.id,
      this.cCommunityCategoryId,
      this.communityCategory,
      this.bUserIdStarter,
      this.bUserNamaStarter,
      this.bUserImageStarter,
      this.title,
      this.cdate,
      this.deskripsi,
      this.alamat2,
      this.alamat4,
      this.kodepos,
      this.totalDiscussion,
      this.topLikeImage1,
      this.topLikeImage2,
      this.topLikeImage3,
      this.totalLikes,
      this.isLiked,
      this.isLikedImage,
      this.videoId,
      this.url,
      this.urlThumb,
      this.canChatAndLike,
      this.isOwnerPost,
      this.cdateText,
      this.localFileCache,
      this.localFile,
      this.localFileThumb,
      // this.videoPlayerController,
      this.canpause,
      this.loadinginit,
      // this.locations,
      this.isFollow,
      this.isDisliked,
      this.isAdminVerif,
      this.totalDislikes,
      this.currentLikeEmoji,
      this.isBlocked});