mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-01 06:16:19 +01:00
15 lines
534 B
Dart
15 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}]"}}";
|
||
|
}
|
||
|
}
|