mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-20 14:18:53 +01:00
15 lines
454 B
Dart
15 lines
454 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'v32.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logCompatV32 = Logger("use_case.compat.v32.CompatV32");
|
|
|
|
extension _$CompatV32NpLog on CompatV32 {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logCompatV32;
|
|
}
|