nc-photos/app/lib/widget/splash.g.dart
2022-12-21 00:49:14 +08:00

25 lines
793 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'splash.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$_SplashStateNpLog on _SplashState {
// ignore: unused_element
Logger get _log => log;
static final log = Logger("widget.splash._SplashState");
}
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$_UpgradeStateToString on _UpgradeState {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "_UpgradeState {text: $text, current: $current, count: $count}";
}
}