mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-31 05:46:20 +01:00
14 lines
534 B
Dart
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}]"}}";
|
|
}
|
|
}
|