community_vm.g.dart 955 B

1234567891011121314151617181920212223242526
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'community_vm.dart';
  3. // **************************************************************************
  4. // RiverpodGenerator
  5. // **************************************************************************
  6. String _$communityVmHash() => r'a967355f8abbdda59a2001d7766b42f8d7ebb6af';
  7. /// See also [CommunityVm].
  8. @ProviderFor(CommunityVm)
  9. final communityVmProvider =
  10. AutoDisposeNotifierProvider<CommunityVm, CommunityVmState>.internal(
  11. CommunityVm.new,
  12. name: r'communityVmProvider',
  13. debugGetCreateSourceHash:
  14. const bool.fromEnvironment('dart.vm.product') ? null : _$communityVmHash,
  15. dependencies: null,
  16. allTransitiveDependencies: null,
  17. );
  18. typedef _$CommunityVm = AutoDisposeNotifier<CommunityVmState>;
  19. // ignore_for_file: type=lint
  20. // 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