// GENERATED CODE - DO NOT MODIFY BY HAND part of 'get_video_list.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$getVideoListHash() => r'2002f381edbe8c3c5e8a00826b3d9aaf49410e57'; /// Copied from Dart SDK class _SystemHash { _SystemHash._(); static int combine(int hash, int value) { // ignore: parameter_assignments hash = 0x1fffffff & (hash + value); // ignore: parameter_assignments hash = 0x1fffffff & (hash + ((0x0007ffff & hash) << 10)); return hash ^ (hash >> 6); } static int finish(int hash) { // ignore: parameter_assignments hash = 0x1fffffff & (hash + ((0x03ffffff & hash) << 3)); // ignore: parameter_assignments hash = hash ^ (hash >> 11); return 0x1fffffff & (hash + ((0x00003fff & hash) << 15)); } } /// See also [getVideoList]. @ProviderFor(getVideoList) const getVideoListProvider = GetVideoListFamily(); /// See also [getVideoList]. class GetVideoListFamily extends Family, bool, String?, HttpServer?)>> { /// See also [getVideoList]. const GetVideoListFamily(); /// See also [getVideoList]. GetVideoListProvider call({ required Chapter episode, bool ignoreM3u8File = false, }) { return GetVideoListProvider( episode: episode, ignoreM3u8File: ignoreM3u8File, ); } @override GetVideoListProvider getProviderOverride( covariant GetVideoListProvider provider, ) { return call( episode: provider.episode, ignoreM3u8File: provider.ignoreM3u8File, ); } static const Iterable? _dependencies = null; @override Iterable? get dependencies => _dependencies; static const Iterable? _allTransitiveDependencies = null; @override Iterable? get allTransitiveDependencies => _allTransitiveDependencies; @override String? get name => r'getVideoListProvider'; } /// See also [getVideoList]. class GetVideoListProvider extends AutoDisposeFutureProvider< (List