1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- // GENERATED CODE - DO NOT MODIFY BY HAND
- part of 'patient_view_model.dart';
- // **************************************************************************
- // RiverpodGenerator
- // **************************************************************************
- String _$patientRelationListHash() =>
- r'f9c43d1a82b9cc13269d1a26ec201cbe36a3ca63';
- ///咨询人关系列表
- ///
- /// Copied from [patientRelationList].
- @ProviderFor(patientRelationList)
- final patientRelationListProvider =
- AutoDisposeFutureProvider<List<String>>.internal(
- patientRelationList,
- name: r'patientRelationListProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$patientRelationListHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef PatientRelationListRef = AutoDisposeFutureProviderRef<List<String>>;
- String _$localPatientListHash() => r'97faf2f9ef0389a886af1ba6f0b44922f4bb5bff';
- ///本地咨询人列表
- ///
- /// Copied from [LocalPatientList].
- @ProviderFor(LocalPatientList)
- final localPatientListProvider = AutoDisposeAsyncNotifierProvider<
- LocalPatientList, List<LocalPatientInfo>>.internal(
- LocalPatientList.new,
- name: r'localPatientListProvider',
- debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
- ? null
- : _$localPatientListHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$LocalPatientList = AutoDisposeAsyncNotifier<List<LocalPatientInfo>>;
- String _$patientListHash() => r'2891877eb37802748e8455ca0997cfd448227dce';
- ///咨询人列表
- ///
- /// Copied from [PatientList].
- @ProviderFor(PatientList)
- final patientListProvider =
- AutoDisposeAsyncNotifierProvider<PatientList, List<PatientInfo>>.internal(
- PatientList.new,
- name: r'patientListProvider',
- debugGetCreateSourceHash:
- const bool.fromEnvironment('dart.vm.product') ? null : _$patientListHash,
- dependencies: null,
- allTransitiveDependencies: null,
- );
- typedef _$PatientList = AutoDisposeAsyncNotifier<List<PatientInfo>>;
- // ignore_for_file: type=lint
- // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|