Files constructor

Files({
  1. Dash? dash,
  2. Hls? hls,
  3. List<Progressive>? progressive,
})

Implementation

Files({this.dash, this.hls, this.progressive});