Video constructor

const Video({
  1. VideoInfo? info,
  2. VideoContent? content,
  3. Map<String, dynamic>? files,
  4. String? dur,
  5. String? tag,
  6. String? thumbnailUrlExternal,
  7. String? thumbnailUrl,
  8. int? hide,
  9. int? nsfw,
  10. int? oc,
})

Implementation

const Video({
  this.info,
  this.content,
  this.files,
  this.dur,
  this.tag,
  this.thumbnailUrlExternal,
  this.thumbnailUrl,
  this.hide,
  this.nsfw,
  this.oc,
});