mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-09 19:06:21 +01:00
15 lines
447 B
Dart
15 lines
447 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'scan_dir.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logScanDir = Logger("use_case.scan_dir.ScanDir");
|
|
|
|
extension _$ScanDirNpLog on ScanDir {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logScanDir;
|
|
}
|