mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
21 lines
679 B
Dart
21 lines
679 B
Dart
// 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}";
|
|
}
|
|
}
|