ImgurUploadData constructor
ImgurUploadData({
- String? id,
- String? deletehash,
- dynamic accountId,
- dynamic accountUrl,
- dynamic adType,
- dynamic adUrl,
- dynamic title,
- dynamic description,
- String? name,
- String? type,
- int? width,
- int? height,
- int? size,
- int? views,
- dynamic section,
- dynamic vote,
- int? bandwidth,
- bool? animated,
- bool? favorite,
- bool? inGallery,
- bool? inMostViral,
- bool? hasSound,
- bool? isAd,
- dynamic nsfw,
- String? link,
- List? tags,
- int? datetime,
- String? mp4,
- 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,
});