nc-photos/app/lib/entity/sharee.g.dart

15 lines
570 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// 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"}}";
}
}