27 lines
955 B
Dart
27 lines
955 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'topic.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$topicRepositoryHash() => r'3b75c5fb1a081ba6d90e2ccb781469d0aa87c415';
|
|
|
|
/// See also [TopicRepository].
|
|
@ProviderFor(TopicRepository)
|
|
final topicRepositoryProvider =
|
|
StreamNotifierProvider<TopicRepository, List<TopicDataWithCount>>.internal(
|
|
TopicRepository.new,
|
|
name: r'topicRepositoryProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$topicRepositoryHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$TopicRepository = StreamNotifier<List<TopicDataWithCount>>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|