mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
16 lines
488 B
Dart
16 lines
488 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'data_source.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$LocalFileMediaStoreDataSourceNpLog
|
|
on LocalFileMediaStoreDataSource {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log =
|
|
Logger("entity.local_file.data_source.LocalFileMediaStoreDataSource");
|
|
}
|