announ_vm.g.dart 921 B

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