Manifest constructor

Manifest({
  1. DashConfig? dash,
  2. String? fileName,
  3. List<String>? muxStreams,
  4. String? type,
})

Implementation

Manifest({this.dash, this.fileName, this.muxStreams, this.type});