Video constructor

Video({
  1. Rating? rating,
  2. Version? version,
  3. int? height,
  4. int? duration,
  5. VimeoOwner? owner,
  6. int? id,
  7. String? embedCode,
  8. String? title,
  9. String? shareUrl,
  10. int? width,
  11. String? embedPermission,
  12. int? fps,
  13. int? spatial,
  14. dynamic liveEvent,
  15. int? allowHd,
  16. int? hd,
  17. dynamic lang,
  18. int? defaultToHd,
  19. String? url,
  20. String? privacy,
  21. dynamic unlistedHash,
})

Implementation

Video(
    {this.rating,
    this.version,
    this.height,
    this.duration,
    // this.thumbs,
    this.owner,
    this.id,
    this.embedCode,
    this.title,
    this.shareUrl,
    this.width,
    this.embedPermission,
    this.fps,
    this.spatial,
    this.liveEvent,
    this.allowHd,
    this.hd,
    this.lang,
    this.defaultToHd,
    this.url,
    this.privacy,
    this.unlistedHash});