32 lines
1.2 KiB
Dart
32 lines
1.2 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'thought_sequence_list.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$thoughtSequenceListNotifierHash() =>
|
|
r'fc619402d8691d523d19d3c7633adfada4956db4';
|
|
|
|
/// See also [ThoughtSequenceListNotifier].
|
|
@ProviderFor(ThoughtSequenceListNotifier)
|
|
final thoughtSequenceListNotifierProvider = AutoDisposeAsyncNotifierProvider<
|
|
ThoughtSequenceListNotifier,
|
|
CursorPagingData<SnThinkingSequence>
|
|
>.internal(
|
|
ThoughtSequenceListNotifier.new,
|
|
name: r'thoughtSequenceListNotifierProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$thoughtSequenceListNotifierHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$ThoughtSequenceListNotifier =
|
|
AutoDisposeAsyncNotifier<CursorPagingData<SnThinkingSequence>>;
|
|
// ignore_for_file: type=lint
|
|
// 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
|