mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
24 lines
755 B
Dart
24 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;
|
|
}
|