29 lines
1.0 KiB
Dart
29 lines
1.0 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'tour.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$tourStatusNotifierHash() =>
|
|
r'ee712e1f8010311df8f24838814ab5c451f9e593';
|
|
|
|
/// See also [TourStatusNotifier].
|
|
@ProviderFor(TourStatusNotifier)
|
|
final tourStatusNotifierProvider =
|
|
AutoDisposeNotifierProvider<TourStatusNotifier, Map<String, bool>>.internal(
|
|
TourStatusNotifier.new,
|
|
name: r'tourStatusNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$tourStatusNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$TourStatusNotifier = AutoDisposeNotifier<Map<String, bool>>;
|
|
// 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
|