mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
15 lines
439 B
Dart
15 lines
439 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'exporter.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$CollectionExporterNpLog on CollectionExporter {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => log;
|
||
|
|
||
|
static final log = Logger("entity.collection.exporter.CollectionExporter");
|
||
|
}
|