mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 01:13:40 +08:00
26 lines
917 B
Dart
26 lines
917 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'tools_ui_model.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$toolsUIModelHash() => r'4fb78bfe350d792cfdadd3314f4763097ea1b279';
|
||
|
|
||
|
/// See also [ToolsUIModel].
|
||
|
@ProviderFor(ToolsUIModel)
|
||
|
final toolsUIModelProvider =
|
||
|
AutoDisposeNotifierProvider<ToolsUIModel, ToolsUIState>.internal(
|
||
|
ToolsUIModel.new,
|
||
|
name: r'toolsUIModelProvider',
|
||
|
debugGetCreateSourceHash:
|
||
|
const bool.fromEnvironment('dart.vm.product') ? null : _$toolsUIModelHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef _$ToolsUIModel = AutoDisposeNotifier<ToolsUIState>;
|
||
|
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|