HlsSegment constructor
HlsSegment({
- required String key,
- required String url,
- DownloadStatus status = DownloadStatus.IDLE,
- int startRange = 0,
- int? endRange,
Implementation
HlsSegment({
required this.key,
required this.url,
this.status = DownloadStatus.IDLE,
this.startRange = 0,
this.endRange,
});