nc-photos/app/lib/entity/person/content_provider/recognize.g.dart

15 lines
534 B
Dart
Raw Normal View History

2023-07-16 13:30:23 +02:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'recognize.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$PersonRecognizeProviderToString on PersonRecognizeProvider {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "PersonRecognizeProvider {account: $account, face: $face, items: ${items == null ? null : "[length: ${items!.length}]"}}";
}
}