mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
31 lines
1,001 B
Dart
31 lines
1,001 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'app_password_exchange_bloc.dart';
|
|
|
|
// **************************************************************************
|
|
// 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}";
|
|
}
|
|
}
|