Embed constructor

Embed({
  1. int? autopause,
  2. int? playsinline,
  3. VimeoSettings? settings,
  4. String? color,
  5. String? texttrack,
  6. int? onSite,
  7. String? appId,
  8. int? muted,
  9. int? dnt,
  10. String? playerId,
  11. dynamic api,
  12. bool? editor,
  13. String? context,
  14. int? keyboard,
  15. String? outro,
  16. int? transparent,
  17. int? logPlays,
  18. dynamic quality,
  19. int? time,
  20. int? loop,
  21. int? autoplay,
})

Implementation

Embed(
    {this.autopause,
    this.playsinline,
    this.settings,
    this.color,
    this.texttrack,
    this.onSite,
    this.appId,
    this.muted,
    this.dnt,
    this.playerId,
    this.api,
    this.editor,
    this.context,
    this.keyboard,
    this.outro,
    this.transparent,
    this.logPlays,
    this.quality,
    this.time,
    this.loop,
    this.autoplay});