nc-photos/app/lib/entity/collection/content_provider/memory.g.dart
2023-05-21 21:51:20 +08:00

14 lines
550 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'memory.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$CollectionMemoryProviderToString on CollectionMemoryProvider {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "CollectionMemoryProvider {account: $account, year: $year, month: $month, day: $day, cover: ${cover == null ? null : "${cover!.fdPath}"}}";
}
}