nc-photos/app/lib/entity/face_recognition_person/repo.g.dart

17 lines
491 B
Dart
Raw Normal View History

2022-12-16 16:01:04 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
2023-07-03 19:23:42 +02:00
part of 'repo.dart';
2022-12-16 16:01:04 +01:00
// **************************************************************************
// NpLogGenerator
// **************************************************************************
2023-07-03 19:23:42 +02:00
extension _$BasicFaceRecognitionPersonRepoNpLog
on BasicFaceRecognitionPersonRepo {
2022-12-16 16:01:04 +01:00
// ignore: unused_element
2022-12-20 17:49:14 +01:00
Logger get _log => log;
2022-12-16 16:01:04 +01:00
2023-07-03 19:23:42 +02:00
static final log = Logger(
"entity.face_recognition_person.repo.BasicFaceRecognitionPersonRepo");
2022-12-20 17:49:14 +01:00
}