mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
14 lines
439 B
Dart
14 lines
439 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'person_face.dart';
|
|
|
|
// **************************************************************************
|
|
// ToStringGenerator
|
|
// **************************************************************************
|
|
|
|
extension _$BasicPersonFaceToString on BasicPersonFace {
|
|
String _$toString() {
|
|
// ignore: unnecessary_string_interpolations
|
|
return "BasicPersonFace {file: ${file.fdPath}}";
|
|
}
|
|
}
|