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