mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
32 lines
1 KiB
Dart
32 lines
1 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'files_controller.dart';
|
|
|
|
// **************************************************************************
|
|
// NpLogGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$FilesControllerNpLog on FilesController {
|
|
// ignore: unused_element
|
|
Logger get _log => log;
|
|
|
|
static final log = Logger("controller.files_controller.FilesController");
|
|
}
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$UpdatePropertyFailureErrorToString on UpdatePropertyFailureError {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "UpdatePropertyFailureError {fileIds: [length: ${fileIds.length}]}";
|
|
}
|
|
}
|
|
|
|
extension _$RemoveFailureErrorToString on RemoveFailureError {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "RemoveFailureError {fileIds: [length: ${fileIds.length}]}";
|
|
}
|
|
}
|