property_ioan_repository.g.dart 1.1 KB

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