mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-24 07:03:42 +08:00
28 lines
1012 B
Dart
28 lines
1012 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'localization_ui_model.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// RiverpodGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
String _$localizationUIModelHash() =>
|
||
|
r'654fd38b5f38bee5fd2cab69ab003846a311a4ff';
|
||
|
|
||
|
/// See also [LocalizationUIModel].
|
||
|
@ProviderFor(LocalizationUIModel)
|
||
|
final localizationUIModelProvider = AutoDisposeNotifierProvider<
|
||
|
LocalizationUIModel, LocalizationUIState>.internal(
|
||
|
LocalizationUIModel.new,
|
||
|
name: r'localizationUIModelProvider',
|
||
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
||
|
? null
|
||
|
: _$localizationUIModelHash,
|
||
|
dependencies: null,
|
||
|
allTransitiveDependencies: null,
|
||
|
);
|
||
|
|
||
|
typedef _$LocalizationUIModel = AutoDisposeNotifier<LocalizationUIState>;
|
||
|
// ignore_for_file: type=lint
|
||
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member
|