announ_vm.g.dart 915 B

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