Playlist constructor

Playlist({
  1. String? format,
  2. HlsContentProtection? hlsContentProtection,
  3. String? name,
  4. List<String>? outputKeys,
  5. PlayReadyDrm? playReadyDrm,
  6. String? status,
  7. String? statusDetail,
})

Implementation

Playlist({
  this.format,
  this.hlsContentProtection,
  this.name,
  this.outputKeys,
  this.playReadyDrm,
  this.status,
  this.statusDetail,
});