1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 17:28:56 +01:00
nc-photos/app/lib/entity/exif.g.dart

15 lines
378 B
Dart
Raw Normal View History

2022-12-16 16:01:04 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'exif.dart';
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$ExifNpLog on Exif {
// ignore: unused_element
2022-12-20 17:49:14 +01:00
Logger get _log => log;
static final log = Logger("entity.exif.Exif");
2022-12-16 16:01:04 +01:00
}