2023-04-13 17:32:31 +02:00
|
|
|
// 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}";
|
|
|
|
}
|
|
|
|
}
|
2024-10-30 17:30:12 +01:00
|
|
|
|
|
|
|
extension _$NewCollectionMapItemToString on NewCollectionMapItem {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "NewCollectionMapItem {location: $location, createdAt: $createdAt}";
|
|
|
|
}
|
|
|
|
}
|