mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-31 12:31:35 +02:00
18 lines
580 B
Dart
18 lines
580 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'data_source.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logLocalFileMediaStoreDataSource =
|
||
|
Logger("entity.local_file.data_source.LocalFileMediaStoreDataSource");
|
||
|
|
||
|
extension _$LocalFileMediaStoreDataSourceNpLog
|
||
|
on LocalFileMediaStoreDataSource {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logLocalFileMediaStoreDataSource;
|
||
|
}
|