Manifest constructor
Manifest({
- DashConfig? dash,
- String? fileName,
- List<
String> ? muxStreams, - String? type,
Implementation
Manifest({
this.dash,
this.fileName,
this.muxStreams,
this.type,
});