VimeoConfig constructor

VimeoConfig({
  1. String? cdnUrl,
  2. String? vimeoApiUrl,
  3. Request? request,
  4. String? playerUrl,
  5. Video? video,
  6. VimeoUser? user,
  7. Seo? seo,
  8. Embed? embed,
  9. int? view,
  10. String? vimeoUrl,
})

Implementation

VimeoConfig(
    {this.cdnUrl,
    this.vimeoApiUrl,
    this.request,
    this.playerUrl,
    this.video,
    this.user,
    this.seo,
    this.embed,
    this.view,
    this.vimeoUrl});