1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-26 00:44:42 +01:00
nc-photos/np_common/lib/unique.g.dart
2024-05-25 17:46:01 +08:00

14 lines
400 B
Dart

// 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}";
}
}