1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
nc-photos/app/lib/widget/photo_list_item.g.dart
2022-12-09 00:03:28 +08:00

14 lines
553 B
Dart

// 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}";
}
}