HlsDownloadException constructor
const
HlsDownloadException({
- required String code,
- required String message,
- Object? cause,
- StackTrace? stackTrace,
Implementation
const HlsDownloadException({
required this.code,
required this.message,
this.cause,
this.stackTrace,
});