Manifest constructor

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

Implementation

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