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