mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
16 lines
454 B
Dart
16 lines
454 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'find_file.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logFindFile = Logger("use_case.find_file.FindFile");
|
||
|
|
||
|
extension _$FindFileNpLog on FindFile {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logFindFile;
|
||
|
}
|