1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-05 06:48:50 +01:00
nc-photos/app/lib/entity/sharee.g.dart
2022-12-09 00:03:28 +08:00

14 lines
570 B
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'sharee.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ShareeToString on Sharee {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "Sharee {type: ${type.name}, label: $label, shareType: $shareType, shareWith: $shareWith, ${shareWithDisplayNameUnique == null ? "" : "shareWithDisplayNameUnique: $shareWithDisplayNameUnique"}}";
}
}