nc-photos/app/lib/entity/collection/util.g.dart

15 lines
448 B
Dart
Raw Normal View History

2023-05-01 19:05:33 +02:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'util.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$CollectionShareToString on CollectionShare {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "CollectionShare {userId: $userId, username: $username}";
}
}