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

15 lines
688 B
Dart
Raw Normal View History

2022-12-08 16:39:13 +01:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'share.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$ShareToString on Share {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "Share {id: $id, shareType: ${shareType.name}, stime: $stime, uidOwner: $uidOwner, displaynameOwner: $displaynameOwner, uidFileOwner: $uidFileOwner, path: $path, itemType: ${itemType.name}, mimeType: $mimeType, itemSource: $itemSource, shareWith: $shareWith, shareWithDisplayName: $shareWithDisplayName, url: $url}";
}
}