💄 Optimize thought sequence list
This commit is contained in:
31
lib/widgets/thought/thought_sequence_list.g.dart
Normal file
31
lib/widgets/thought/thought_sequence_list.g.dart
Normal file
@@ -0,0 +1,31 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user