nc-photos/app/lib/widget/splash.g.dart

27 lines
853 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'splash.dart';
2022-12-16 16:01:04 +01:00
// **************************************************************************
// NpLogGenerator
// **************************************************************************
// ignore: non_constant_identifier_names
final _$log_SplashState = Logger("widget.splash._SplashState");
extension _$_SplashStateNpLog on _SplashState {
// ignore: unused_element
Logger get _log => _$log_SplashState;
}
2022-12-08 16:39:13 +01:00
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$_UpgradeStateToString on _UpgradeState {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "_UpgradeState {text: $text, current: $current, count: $count}";
}
}