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