ImgurUploadData constructor

ImgurUploadData({
  1. String? id,
  2. String? deletehash,
  3. dynamic accountId,
  4. dynamic accountUrl,
  5. dynamic adType,
  6. dynamic adUrl,
  7. dynamic title,
  8. dynamic description,
  9. String? name,
  10. String? type,
  11. int? width,
  12. int? height,
  13. int? size,
  14. int? views,
  15. dynamic section,
  16. dynamic vote,
  17. int? bandwidth,
  18. bool? animated,
  19. bool? favorite,
  20. bool? inGallery,
  21. bool? inMostViral,
  22. bool? hasSound,
  23. bool? isAd,
  24. dynamic nsfw,
  25. String? link,
  26. List? tags,
  27. int? datetime,
  28. String? mp4,
  29. String? hls,
})

Implementation

ImgurUploadData({
  this.id,
  this.deletehash,
  this.accountId,
  this.accountUrl,
  this.adType,
  this.adUrl,
  this.title,
  this.description,
  this.name,
  this.type,
  this.width,
  this.height,
  this.size,
  this.views,
  this.section,
  this.vote,
  this.bandwidth,
  this.animated,
  this.favorite,
  this.inGallery,
  this.inMostViral,
  this.hasSound,
  this.isAd,
  this.nsfw,
  this.link,
  this.tags,
  this.datetime,
  this.mp4,
  this.hls,
});