mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
79 lines
2.4 KiB
Dart
79 lines
2.4 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'app_password_exchange.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocInitiateLoginToString
|
||
|
on AppPasswordExchangeBlocInitiateLogin {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocInitiateLogin {uri: $uri}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocPollToString on AppPasswordExchangeBlocPoll {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocPoll {pollOptions: $pollOptions}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocCancelToString
|
||
|
on AppPasswordExchangeBlocCancel {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocCancel {}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$_AppPasswordExchangeBlocAppPwReceivedToString
|
||
|
on _AppPasswordExchangeBlocAppPwReceived {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "_AppPasswordExchangeBlocAppPwReceived {appPasswordResponse: $appPasswordResponse}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$_AppPasswordExchangeBlocAppPwFailedToString
|
||
|
on _AppPasswordExchangeBlocAppPwFailed {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "_AppPasswordExchangeBlocAppPwFailed {exception: $exception}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocInitiateLoginSuccessToString
|
||
|
on AppPasswordExchangeBlocInitiateLoginSuccess {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocInitiateLoginSuccess {result: $result}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocAppPwSuccessToString
|
||
|
on AppPasswordExchangeBlocAppPwSuccess {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocAppPwSuccess {result: $result}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocFailureToString
|
||
|
on AppPasswordExchangeBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocFailure {exception: $exception}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$AppPasswordExchangeBlocResultToString
|
||
|
on AppPasswordExchangeBlocResult {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "AppPasswordExchangeBlocResult {result: $result}";
|
||
|
}
|
||
|
}
|