common_garage.g.dart 1.1 KB

123456789101112131415161718192021222324252627282930
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'common_garage.dart';
  3. // **************************************************************************
  4. // RiverpodGenerator
  5. // **************************************************************************
  6. String _$commonGarageRepositoryHash() =>
  7. r'199096291467a0d278f3cf67b41ed86653297831';
  8. /// See also [commonGarageRepository].
  9. @ProviderFor(commonGarageRepository)
  10. final commonGarageRepositoryProvider =
  11. Provider<CommonGarageRepository>.internal(
  12. commonGarageRepository,
  13. name: r'commonGarageRepositoryProvider',
  14. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  15. ? null
  16. : _$commonGarageRepositoryHash,
  17. dependencies: null,
  18. allTransitiveDependencies: null,
  19. );
  20. @Deprecated('Will be removed in 3.0. Use Ref instead')
  21. // ignore: unused_element
  22. typedef CommonGarageRepositoryRef = ProviderRef<CommonGarageRepository>;
  23. // ignore_for_file: type=lint
  24. // 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