Video constructor

Video(
  1. int quality,
  2. String type,
  3. String url,
  4. Map<String, String>? headers,
)

Implementation

Video(this.quality, this.type, this.url, this.headers);