nc-photos/app/lib/use_case/remove_album.g.dart
2022-12-16 23:01:04 +08:00

15 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;
}