nc-photos/app/lib/entity/album.g.dart

27 lines
825 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'album.dart';
2022-12-16 16:01:04 +01:00
// **************************************************************************
// NpLogGenerator
// **************************************************************************
// ignore: non_constant_identifier_names
final _$logAlbum = Logger("entity.album.Album");
extension _$AlbumNpLog on Album {
// ignore: unused_element
Logger get _log => _$logAlbum;
}
2022-12-08 16:39:13 +01:00
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$AlbumShareToString on AlbumShare {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "AlbumShare {userId: $userId, displayName: $displayName, sharedAt: $sharedAt}";
}
}