Progressive constructor

Progressive({
  1. String? profile,
  2. int? width,
  3. String? mime,
  4. int? fps,
  5. String? url,
  6. String? cdn,
  7. String? quality,
  8. String? id,
  9. String? origin,
  10. int? height,
})

Implementation

Progressive(
    {this.profile,
    this.width,
    this.mime,
    this.fps,
    this.url,
    this.cdn,
    this.quality,
    this.id,
    this.origin,
    this.height});