1234567891011121314151617181920212223242526 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'community_vm.dart';
- // **************************************************************************
- // RiverpodGenerator
- // **************************************************************************
- String _$communityVmHash() => r'e91467ce00b36b9645967931640efb4cc5674ce1';
- /// See also [CommunityVm].
- @ProviderFor(CommunityVm)
- final communityVmProvider =
- AutoDisposeNotifierProvider<CommunityVm, CommunityVmState>.internal(
- CommunityVm.new,
- name: r'communityVmProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$communityVmHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$CommunityVm = AutoDisposeNotifier<CommunityVmState>;
- // ignore_for_file: type=lint
- // 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
|