patient_view_model.g.dart 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. // GENERATED CODE - DO NOT MODIFY BY HAND
  2. part of 'patient_view_model.dart';
  3. // **************************************************************************
  4. // RiverpodGenerator
  5. // **************************************************************************
  6. String _$patientRelationListHash() =>
  7. r'f9c43d1a82b9cc13269d1a26ec201cbe36a3ca63';
  8. ///咨询人关系列表
  9. ///
  10. /// Copied from [patientRelationList].
  11. @ProviderFor(patientRelationList)
  12. final patientRelationListProvider =
  13. AutoDisposeFutureProvider<List<String>>.internal(
  14. patientRelationList,
  15. name: r'patientRelationListProvider',
  16. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  17. ? null
  18. : _$patientRelationListHash,
  19. dependencies: null,
  20. allTransitiveDependencies: null,
  21. );
  22. typedef PatientRelationListRef = AutoDisposeFutureProviderRef<List<String>>;
  23. String _$localPatientListHash() => r'97faf2f9ef0389a886af1ba6f0b44922f4bb5bff';
  24. ///本地咨询人列表
  25. ///
  26. /// Copied from [LocalPatientList].
  27. @ProviderFor(LocalPatientList)
  28. final localPatientListProvider = AutoDisposeAsyncNotifierProvider<
  29. LocalPatientList, List<LocalPatientInfo>>.internal(
  30. LocalPatientList.new,
  31. name: r'localPatientListProvider',
  32. debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
  33. ? null
  34. : _$localPatientListHash,
  35. dependencies: null,
  36. allTransitiveDependencies: null,
  37. );
  38. typedef _$LocalPatientList = AutoDisposeAsyncNotifier<List<LocalPatientInfo>>;
  39. String _$patientListHash() => r'2891877eb37802748e8455ca0997cfd448227dce';
  40. ///咨询人列表
  41. ///
  42. /// Copied from [PatientList].
  43. @ProviderFor(PatientList)
  44. final patientListProvider =
  45. AutoDisposeAsyncNotifierProvider<PatientList, List<PatientInfo>>.internal(
  46. PatientList.new,
  47. name: r'patientListProvider',
  48. debugGetCreateSourceHash:
  49. const bool.fromEnvironment('dart.vm.product') ? null : _$patientListHash,
  50. dependencies: null,
  51. allTransitiveDependencies: null,
  52. );
  53. typedef _$PatientList = AutoDisposeAsyncNotifier<List<PatientInfo>>;
  54. // ignore_for_file: type=lint
  55. // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member