mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 17:26:18 +01:00
24 lines
767 B
Dart
24 lines
767 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'data_source.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logShareRemoteDataSource =
|
|
Logger("entity.share.data_source.ShareRemoteDataSource");
|
|
|
|
extension _$ShareRemoteDataSourceNpLog on ShareRemoteDataSource {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logShareRemoteDataSource;
|
|
}
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$log_ShareParser = Logger("entity.share.data_source._ShareParser");
|
|
|
|
extension _$_ShareParserNpLog on _ShareParser {
|
|
// ignore: unused_element
|
|
Logger get _log => _$log_ShareParser;
|
|
}
|