1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-18 13:18:54 +01:00
nc-photos/app/lib/entity/person/content_provider/recognize.g.dart
2023-07-22 22:27:54 +08:00

14 lines
534 B
Dart

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