// 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>.internal( patientRelationList, name: r'patientRelationListProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$patientRelationListHash, dependencies: null, allTransitiveDependencies: null, ); typedef PatientRelationListRef = AutoDisposeFutureProviderRef>; String _$localPatientListHash() => r'97faf2f9ef0389a886af1ba6f0b44922f4bb5bff'; ///本地咨询人列表 /// /// Copied from [LocalPatientList]. @ProviderFor(LocalPatientList) final localPatientListProvider = AutoDisposeAsyncNotifierProvider< LocalPatientList, List>.internal( LocalPatientList.new, name: r'localPatientListProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$localPatientListHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$LocalPatientList = AutoDisposeAsyncNotifier>; String _$patientListHash() => r'2891877eb37802748e8455ca0997cfd448227dce'; ///咨询人列表 /// /// Copied from [PatientList]. @ProviderFor(PatientList) final patientListProvider = AutoDisposeAsyncNotifierProvider>.internal( PatientList.new, name: r'patientListProvider', debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product') ? null : _$patientListHash, dependencies: null, allTransitiveDependencies: null, ); typedef _$PatientList = AutoDisposeAsyncNotifier>; // ignore_for_file: type=lint // ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member