ente/mobile/lib/events/event.dart
2024-03-01 12:25:37 +05:30

4 lines
55 B
Dart

class Event {
String get reason => '$runtimeType';
}