community_component_service.g.dart 1.0 KB

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