nc-photos/app/lib/use_case/compat/v46.g.dart

15 lines
400 B
Dart
Raw Normal View History

2022-12-16 23:01:04 +08:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'v46.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$CompatV46NpLog on CompatV46 {
// ignore: unused_element
2022-12-21 00:49:14 +08:00
Logger get _log => log;
static final log = Logger("use_case.compat.v46.CompatV46");
2022-12-16 23:01:04 +08:00
}