// 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}"; } }