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