nc-photos/app/lib/entity/collection_item/new_item.g.dart

22 lines
679 B
Dart
Raw Normal View History

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'new_item.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$NewCollectionFileItemToString on NewCollectionFileItem {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "NewCollectionFileItem {file: ${file.fdPath}}";
}
}
extension _$NewCollectionLabelItemToString on NewCollectionLabelItem {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "NewCollectionLabelItem {text: $text, createdAt: $createdAt}";
}
}