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

35 lines
1.1 KiB
Dart
Raw Normal View History

2022-12-16 16:01:04 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'data_source.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
// ignore: non_constant_identifier_names
final _$logAlbumRemoteDataSource =
Logger("entity.album.data_source.AlbumRemoteDataSource");
extension _$AlbumRemoteDataSourceNpLog on AlbumRemoteDataSource {
// ignore: unused_element
Logger get _log => _$logAlbumRemoteDataSource;
}
// ignore: non_constant_identifier_names
final _$logAlbumSqliteDbDataSource =
Logger("entity.album.data_source.AlbumSqliteDbDataSource");
extension _$AlbumSqliteDbDataSourceNpLog on AlbumSqliteDbDataSource {
// ignore: unused_element
Logger get _log => _$logAlbumSqliteDbDataSource;
}
// ignore: non_constant_identifier_names
final _$logAlbumCachedDataSource =
Logger("entity.album.data_source.AlbumCachedDataSource");
extension _$AlbumCachedDataSourceNpLog on AlbumCachedDataSource {
// ignore: unused_element
Logger get _log => _$logAlbumCachedDataSource;
}