1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
nc-photos/app/lib/legacy/app_password_exchange_bloc.g.dart
2022-12-21 00:49:14 +08:00

43 lines
1.4 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'app_password_exchange_bloc.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$AppPasswordExchangeBlocNpLog on AppPasswordExchangeBloc {
// ignore: unused_element
Logger get _log => log;
static final log =
Logger("legacy.app_password_exchange_bloc.AppPasswordExchangeBloc");
}
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$AppPasswordExchangeBlocConnectToString
on AppPasswordExchangeBlocConnect {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "AppPasswordExchangeBlocConnect {account: $account}";
}
}
extension _$AppPasswordExchangeBlocSuccessToString
on AppPasswordExchangeBlocSuccess {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "AppPasswordExchangeBlocSuccess {password: ${kDebugMode ? password : '***'}}";
}
}
extension _$AppPasswordExchangeBlocFailureToString
on AppPasswordExchangeBlocFailure {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "AppPasswordExchangeBlocFailure {exception: $exception}";
}
}