50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
// GENERATED CODE - DO NOT MODIFY BY HAND
 | 
						|
 | 
						|
part of 'check_in.dart';
 | 
						|
 | 
						|
// **************************************************************************
 | 
						|
// RiverpodGenerator
 | 
						|
// **************************************************************************
 | 
						|
 | 
						|
String _$checkInResultTodayHash() =>
 | 
						|
    r'b4dc97b2243f542b36c295dc5cce3fe6097cb308';
 | 
						|
 | 
						|
/// See also [checkInResultToday].
 | 
						|
@ProviderFor(checkInResultToday)
 | 
						|
final checkInResultTodayProvider =
 | 
						|
    AutoDisposeFutureProvider<SnCheckInResult?>.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<SnCheckInResult?>;
 | 
						|
String _$nextNotableDayHash() => r'c8404308f6b0f581cc7df251bce8f3c5ac130245';
 | 
						|
 | 
						|
/// See also [nextNotableDay].
 | 
						|
@ProviderFor(nextNotableDay)
 | 
						|
final nextNotableDayProvider =
 | 
						|
    AutoDisposeFutureProvider<SnNotableDay?>.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<SnNotableDay?>;
 | 
						|
// 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
 |