mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-14 23:19:30 +00:00
26 lines
894 B
Dart
26 lines
894 B
Dart
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
|
||
|
|
part of 'playlist_provider.dart';
|
||
|
|
|
||
|
|
// **************************************************************************
|
||
|
|
// RiverpodGenerator
|
||
|
|
// **************************************************************************
|
||
|
|
|
||
|
|
String _$playlistHash() => r'bed4642e4c2de829e4d0630cb5bf92bffeeb1f60';
|
||
|
|
|
||
|
|
/// See also [Playlist].
|
||
|
|
@ProviderFor(Playlist)
|
||
|
|
final playlistProvider =
|
||
|
|
AutoDisposeNotifierProvider<Playlist, AudiobookPlaylist>.internal(
|
||
|
|
Playlist.new,
|
||
|
|
name: r'playlistProvider',
|
||
|
|
debugGetCreateSourceHash:
|
||
|
|
const bool.fromEnvironment('dart.vm.product') ? null : _$playlistHash,
|
||
|
|
dependencies: null,
|
||
|
|
allTransitiveDependencies: null,
|
||
|
|
);
|
||
|
|
|
||
|
|
typedef _$Playlist = AutoDisposeNotifier<AudiobookPlaylist>;
|
||
|
|
// ignore_for_file: type=lint
|
||
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|