Playlist constructor
Playlist({
- String? format,
- HlsContentProtection? hlsContentProtection,
- String? name,
- List<
String> ? outputKeys, - PlayReadyDrm? playReadyDrm,
- String? status,
- String? statusDetail,
Implementation
Playlist({
this.format,
this.hlsContentProtection,
this.name,
this.outputKeys,
this.playReadyDrm,
this.status,
this.statusDetail,
});