123456789101112131415161718192021222324252627282930 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'common_garage.dart';
- // **************************************************************************
- // RiverpodGenerator
- // **************************************************************************
- String _$commonGarageRepositoryHash() =>
- r'199096291467a0d278f3cf67b41ed86653297831';
- /// See also [commonGarageRepository].
- @ProviderFor(commonGarageRepository)
- final commonGarageRepositoryProvider =
- Provider<CommonGarageRepository>.internal(
- commonGarageRepository,
- name: r'commonGarageRepositoryProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$commonGarageRepositoryHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- @Deprecated('Will be removed in 3.0. Use Ref instead')
- // ignore: unused_element
- typedef CommonGarageRepositoryRef = ProviderRef<CommonGarageRepository>;
- // 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
|