mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19:35 +00:00
25 lines
979 B
Dart
25 lines
979 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'skip_start_end_provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$skipStartEndHash() => r'6df119db598c6e8673dcea090ad97f5affab4016';
|
|
|
|
/// See also [SkipStartEnd].
|
|
@ProviderFor(SkipStartEnd)
|
|
final skipStartEndProvider =
|
|
AutoDisposeNotifierProvider<SkipStartEnd, core.SkipStartEnd?>.internal(
|
|
SkipStartEnd.new,
|
|
name: r'skipStartEndProvider',
|
|
debugGetCreateSourceHash:
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$skipStartEndHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
typedef _$SkipStartEnd = AutoDisposeNotifier<core.SkipStartEnd?>;
|
|
// 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
|