Cookie constructor

Cookie({
  1. int? volume,
  2. CaptionsStyles? captionsStyles,
  3. int? scaling,
  4. dynamic captions,
  5. dynamic quality,
  6. int? hd,
})

Implementation

Cookie(
    {this.volume,
    this.captionsStyles,
    this.scaling,
    this.captions,
    this.quality,
    this.hd});