mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-21 14:39:21 +01:00
15 lines
496 B
Dart
15 lines
496 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'populate_person.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logPopulatePerson = Logger("use_case.populate_person.PopulatePerson");
|
|
|
|
extension _$PopulatePersonNpLog on PopulatePerson {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logPopulatePerson;
|
|
}
|