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