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