mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
25 lines
793 B
Dart
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}";
|
|
}
|
|
}
|