mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-07 01:16:20 +01:00
32 lines
1,001 B
Dart
32 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}";
|
||
|
}
|
||
|
}
|