import 'dart:async'; import 'package:collection/collection.dart'; import 'package:youtube_explode_dart/src/reverse_engineering/responses/channel_upload_page.dart'; import '../../youtube_explode_dart.dart'; import '../extensions/helpers_extension.dart'; /// This list contains a channel uploads. /// This behaves like a [List] but has the [SearchList.nextPage] to get the next batch of videos. class ChannelUploadsList extends DelegatingList