// GENERATED CODE - DO NOT MODIFY BY HAND part of 'check_in.dart'; // ************************************************************************** // RiverpodGenerator // ************************************************************************** String _$checkInResultTodayHash() => r'402e3a3be0d441ae12b2370d19d09bf81326933f'; /// See also [checkInResultToday]. @ProviderFor(checkInResultToday) final checkInResultTodayProvider = AutoDisposeFutureProvider.internal( checkInResultToday, name: r'checkInResultTodayProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$checkInResultTodayHash, dependencies: null, allTransitiveDependencies: null, ); @Deprecated('Will be removed in 3.0. Use Ref instead') // ignore: unused_element typedef CheckInResultTodayRef = AutoDisposeFutureProviderRef; String _$nextNotableDayHash() => r'698370bec4be28774d332412c5a701f914064c90'; /// See also [nextNotableDay]. @ProviderFor(nextNotableDay) final nextNotableDayProvider = AutoDisposeFutureProvider.internal( nextNotableDay, name: r'nextNotableDayProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$nextNotableDayHash, dependencies: null, allTransitiveDependencies: null, ); @Deprecated('Will be removed in 3.0. Use Ref instead') // ignore: unused_element typedef NextNotableDayRef = AutoDisposeFutureProviderRef; // ignore_for_file: type=lint // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package