mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 17:26:18 +01:00
16 lines
454 B
Dart
16 lines
454 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'v46.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// NpLogGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
// ignore: non_constant_identifier_names
|
||
|
final _$logCompatV46 = Logger("use_case.compat.v46.CompatV46");
|
||
|
|
||
|
extension _$CompatV46NpLog on CompatV46 {
|
||
|
// ignore: unused_element
|
||
|
Logger get _log => _$logCompatV46;
|
||
|
}
|