mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-06 15:28:51 +01:00
15 lines
454 B
Dart
15 lines
454 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'v34.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logCompatV34 = Logger("use_case.compat.v34.CompatV34");
|
|
|
|
extension _$CompatV34NpLog on CompatV34 {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logCompatV34;
|
|
}
|