nc-photos/np_common/lib/unique.g.dart

15 lines
400 B
Dart
Raw Permalink 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}";
}
}