nc-photos/app/lib/widget/photo_list_item.g.dart

15 lines
553 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'photo_list_item.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$PhotoListFileItemToString on PhotoListFileItem {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "${objectRuntimeType(this, "PhotoListFileItem")} {fileIndex: $fileIndex, file: ${file.fdPath}, shouldShowFavoriteBadge: $shouldShowFavoriteBadge}";
}
}