2022-12-08 23:39:13 +08:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'app_password_exchange_bloc.dart';
|
|
|
|
|
2022-12-16 23:01:04 +08:00
|
|
|
// **************************************************************************
|
|
|
|
// NpLogGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$AppPasswordExchangeBlocNpLog on AppPasswordExchangeBloc {
|
|
|
|
// ignore: unused_element
|
2022-12-21 00:49:14 +08:00
|
|
|
Logger get _log => log;
|
|
|
|
|
|
|
|
static final log =
|
|
|
|
Logger("legacy.app_password_exchange_bloc.AppPasswordExchangeBloc");
|
2022-12-16 23:01:04 +08:00
|
|
|
}
|
|
|
|
|
2022-12-08 23:39:13 +08:00
|
|
|
// **************************************************************************
|
|
|
|
// 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
|
2024-10-20 21:49:53 +08:00
|
|
|
return "AppPasswordExchangeBlocSuccess {password: ${isDevMode ? password : '***'}}";
|
2022-12-08 23:39:13 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$AppPasswordExchangeBlocFailureToString
|
|
|
|
on AppPasswordExchangeBlocFailure {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "AppPasswordExchangeBlocFailure {exception: $exception}";
|
|
|
|
}
|
|
|
|
}
|