1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-21 14:39:21 +01:00
nc-photos/np_common/lib/unique.g.dart

15 lines
400 B
Dart
Raw Normal View History

2024-05-25 09:51:42 +02:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'unique.dart';
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$UniqueToString on Unique {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "Unique {value: $value}";
}
}