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