mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
15 lines
491 B
Dart
15 lines
491 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'put_file_binary.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
// ignore: non_constant_identifier_names
|
|
final _$logPutFileBinary = Logger("use_case.put_file_binary.PutFileBinary");
|
|
|
|
extension _$PutFileBinaryNpLog on PutFileBinary {
|
|
// ignore: unused_element
|
|
Logger get _log => _$logPutFileBinary;
|
|
}
|