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 _$commonGarageRespositoryHash() =>
  7. r'116b7b036198559326ab4561acbca6d657a261ab';
  8. /// See also [commonGarageRespository].
  9. @ProviderFor(commonGarageRespository)
  10. final commonGarageRespositoryProvider =
  11. Provider<CommonGarageRespository>.internal(
  12. commonGarageRespository,
  13. name: r'commonGarageRespositoryProvider',
  14. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  15. ? null
  16. : _$commonGarageRespositoryHash,
  17. dependencies: null,
  18. allTransitiveDependencies: null,
  19. );
  20. @Deprecated('Will be removed in 3.0. Use Ref instead')
  21. // ignore: unused_element
  22. typedef CommonGarageRespositoryRef = ProviderRef<CommonGarageRespository>;
  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