// GENERATED CODE - DO NOT MODIFY BY HAND part of 'get_video_list.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$getVideoListHash() => r'bae6a3cbc064163148577d0646b87a3f16d44da7'; /// 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, List)>> { /// See also [getVideoList]. const GetVideoListFamily(); /// See also [getVideoList]. GetVideoListProvider call({ required Chapter episode, }) { return GetVideoListProvider( episode: episode, ); } @override GetVideoListProvider getProviderOverride( covariant GetVideoListProvider provider, ) { return call( episode: provider.episode, ); } 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