mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
16 lines
491 B
Dart
16 lines
491 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'repo.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$BasicFaceRecognitionPersonRepoNpLog
|
|
on BasicFaceRecognitionPersonRepo {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log = Logger(
|
|
"entity.face_recognition_person.repo.BasicFaceRecognitionPersonRepo");
|
|
}
|