mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-06 07:18:50 +01:00
15 lines
461 B
Dart
15 lines
461 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'list_share.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logListShare = Logger("use_case.list_share.ListShare");
|
|
|
|
extension _$ListShareNpLog on ListShare {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logListShare;
|
|
}
|