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