Video constructor

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