Renamed providers

This commit is contained in:
Juan Gilsanz Polo
2024-02-25 14:49:18 +01:00
parent c19ffed623
commit 94e3e1c89a
31 changed files with 44 additions and 44 deletions

View File

@@ -0,0 +1,26 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'server_instances.provider.dart';
// **************************************************************************
// RiverpodGenerator
// **************************************************************************
String _$serverInstancesHash() => r'ee41f5a717b9f779aa4319cc711b479a47c1c9ef';
/// See also [ServerInstances].
@ProviderFor(ServerInstances)
final serverInstancesProvider =
NotifierProvider<ServerInstances, List<ServerInstance>>.internal(
ServerInstances.new,
name: r'serverInstancesProvider',
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
? null
: _$serverInstancesHash,
dependencies: null,
allTransitiveDependencies: null,
);
typedef _$ServerInstances = Notifier<List<ServerInstance>>;
// ignore_for_file: type=lint
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member