mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
37 lines
1.2 KiB
Dart
37 lines
1.2 KiB
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'list_location.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$ListLocationBlocQueryToString on ListLocationBlocQuery {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListLocationBlocQuery {account: $account}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$_ListLocationBlocExternalEventToString
|
||
|
on _ListLocationBlocExternalEvent {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "_ListLocationBlocExternalEvent {}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListLocationBlocStateToString on ListLocationBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "ListLocationBlocState")} {account: $account, result: $result}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListLocationBlocFailureToString on ListLocationBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListLocationBlocFailure {account: $account, result: $result, exception: $exception}";
|
||
|
}
|
||
|
}
|