mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
36 lines
1.3 KiB
Dart
36 lines
1.3 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'list_location_file.dart';
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$ListLocationFileBlocQueryToString on ListLocationFileBlocQuery {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "ListLocationFileBlocQuery {account: $account, place: $place, countryCode: $countryCode}";
|
|
}
|
|
}
|
|
|
|
extension _$_ListLocationFileBlocExternalEventToString
|
|
on _ListLocationFileBlocExternalEvent {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "_ListLocationFileBlocExternalEvent {}";
|
|
}
|
|
}
|
|
|
|
extension _$ListLocationFileBlocStateToString on ListLocationFileBlocState {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "${objectRuntimeType(this, "ListLocationFileBlocState")} {account: $account, items: [length: ${items.length}]}";
|
|
}
|
|
}
|
|
|
|
extension _$ListLocationFileBlocFailureToString on ListLocationFileBlocFailure {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "ListLocationFileBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
|
|
}
|
|
}
|