nc-photos/app/lib/entity/person_face.g.dart

15 lines
439 B
Dart
Raw Permalink Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
2023-07-03 19:23:42 +02:00
part of 'person_face.dart';
2022-12-08 16:39:13 +01:00
// **************************************************************************
// ToStringGenerator
// **************************************************************************
2023-07-03 19:23:42 +02:00
extension _$BasicPersonFaceToString on BasicPersonFace {
2022-12-08 16:39:13 +01:00
String _$toString() {
// ignore: unnecessary_string_interpolations
2023-07-03 19:23:42 +02:00
return "BasicPersonFace {file: ${file.fdPath}}";
2022-12-08 16:39:13 +01:00
}
}