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