mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
25 lines
755 B
Dart
25 lines
755 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'data_source.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logFaceRemoteDataSource =
|
||
|
Logger("entity.face.data_source.FaceRemoteDataSource");
|
||
|
|
||
|
extension _$FaceRemoteDataSourceNpLog on FaceRemoteDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logFaceRemoteDataSource;
|
||
|
}
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$log_FaceParser = Logger("entity.face.data_source._FaceParser");
|
||
|
|
||
|
extension _$_FaceParserNpLog on _FaceParser {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$log_FaceParser;
|
||
|
}
|